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.
Up arrow icon