Hi,
I've put an ASPxGrid (from DevExpress) on my webform and bound a LLBLGenProDatasource. The datasource is bound to a EntityCollection in which some fields can contain null-values. In the designer the checkbox "(.NET 2.0) Generate as Nullable type" is checked.
When I want to display a field which can be nullable in the ASPxGrid I received the error:
"A field or property with the name 'PersID' was not found on the selected datasource."
When I uncheck the textbox "(.NET 2.0) Generate as Nullable type" in de designer, it work fine. I will be able to fill fields in C# to null, so i want the checkbox on.
When i use a standard ASP.NET GridView it works fine in both situations.
The situation is that i want to use the ASPxGrid with nullable generated types.
Can anyone help me?