We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Grid Row Filter

Hi,

Can I use special characters like square braces for GridBoundColumn.MappingName field. For example I used GridBoundColumn.MappingName field values as "XYZ[0], XYZ[1], XYZ[2]......". Every thing works fine if i don't user row filter feture of grid. If i try to filter the rows using row filter of grid, iam getting exception "Cannot interpret token ']' at position ". How can i fix the problem without changing the column mapping name.

Thanks,
-Ravi.

1 Reply

HA haneefm Syncfusion Team April 12, 2007 05:34 PM UTC

Hi Ravi,

This is a limitation of the MS.Net framework. By default, DataBoundGrid uses the defaultview of the datatable while filtering the data from the grid.

But one way you can resolve this by renaming the column mapping name of underlying datasource in a grid.

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon