Access to filtered rows in grouping grid

Does the grouping grid use a DataView for filtering? If so, can I get access to this view? I want to let the user set filter values, then I want to do some processing of the filtered rows. I guess I can read the filtered rows from the grid, but if possible it might be easier to take then from the DataView. By the way, thanks for excellent support!

1 Reply

AD Administrator Syncfusion Team April 30, 2005 09:17 PM UTC

No, the grouping grid does not use DataViews to filter things. You can access the gridGroupingControl1.Table.FilteredRecords collection to retrieve the filtered records.

Loader.
Up arrow icon