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

generate DataView from GroupingGrid

Hello, We are using a GroupingGrid bound to a DataSet. And we have added an expression field column and filters to the Grid. Is there a way to get a DataView that represents the data that is currently visible in the Grid, taking into account the expression field and filters? thanks, Heath

1 Reply

AD Administrator Syncfusion Team June 3, 2005 05:24 PM UTC

Not really. There is a grid.Table.FilteredRecords collection that is a collection of GridRecords. For each Gridrecord, you can use gridrecord.GetData() to return a DataRowView for that visible record.

Loader.
Live Chat Icon For mobile
Up arrow icon