The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.