AD
Administrator
Syncfusion Team
September 2, 2005 02:12 PM UTC
This is a defect that will will have to address in our code. Unbound columns are not currently recognized in expressions, and they need a value type associated with them to be filtered using descriptors. Here are two open issue links, one for the defect on not being able to use unbound columns in expression, and the other for a feature request of supporting ValueType for unbound columns.
http://www.syncfusion.com/support/issues/grouping/Default.aspx?ToDo=view&questId=713
http://www.syncfusion.com/support/features/grid/Default.aspx?ToDo=view&questId=413
As a work around until there is a release with this corrected, you can try using the QueryRecordMeetsFilterCriteria and directly applying the filter there. Here is a little sample.
http://www.syncfusion.com/Support/user/uploads/GGC_unboundCol_14bde090.zip