I had an issue binding an aspose.cells.webgrid to a collection of a linq objects yesterday. I was using auto-generated columns, and I found that the columns that it left out in the grid were those columns where the property was nullable. Is this a known issue?
In the ASPOSE sample demo project I modified the example in databind3 so that the DateTime “DateField1” field in the MyCustomClass was instead DateTime?, i.e. nullable After doing this DateField1 was dropped from the grid. Same problem as I was having above.