2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Filtered recordsIn order to get the filtered records from the grid, FilteredRecords property can be used. C# private void button1_Click(object sender, EventArgs e) { //Getting the Filter records. FilteredRecordsInTableCollection filteredRecords = this.gridGroupingControl1.Table.FilteredRecords; }
VB Private Sub button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles button1.Click 'Getting the Filter records. Dim filteredRecords As FilteredRecordsInTableCollection = Me.gridGroupingControl1.Table.FilteredRecords End Sub
Screenshot Samples: Reference link: https://help.syncfusion.com/windowsforms/classic/gridgroupingcontrol/filtering#getting-filtered-records |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.