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
close icon

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.
Live Chat Icon For mobile
Up arrow icon