Hello,
I'm using EntityDataSource with table User. I have also included table Transport related to User.
I have a column in my grid
Filtering "IsEmpty" and "IsNull" and "NotIsNull" always return empty grig, while "NotIsEmpty" works perfect.
I guess it's because User can have Transport = null, and I'm binding column to Transport.City.
Please help, I realy need "IsEmpty" filter to work.
I'm using EntityDataSource with table User. I have also included table Transport related to User.
I have a column in my grid
| <telerik:GridBoundColumn DataField="Transport.City" DataType="System.String" HeaderText="Transport" UniqueName="Transport" /> |
Filtering "IsEmpty" and "IsNull" and "NotIsNull" always return empty grig, while "NotIsEmpty" works perfect.
I guess it's because User can have Transport = null, and I'm binding column to Transport.City.
Please help, I realy need "IsEmpty" filter to work.