Filtering data in GridDataBoundGrid

Hello! I am using collection as datasource in GridDataBoundGrid. How can I filter rows in grid by some criteria? Earlier I have used dataview and dataset with RowFilter string. But it was to slow for my tasks. Can you help me? Best regards.

1 Reply

AD Administrator Syncfusion Team November 3, 2004 11:58 AM UTC

You can use our GridGroupingControl to filter arbitrary IList data sources. But our filtering in the GridDataBoundGrid relies on DataView.RowFilter. I think you would have to write this functionality more or less from scratch.

Loader.
Up arrow icon