2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Filter recordsThe FilteredRecords collection holds the records that are filtered in the GridGroupingControl. The Filtered rows can be obtained from FilteredRecords collection in RecordsFilters.Changed event. C# void RecordFilters_Changed(object sender, Syncfusion.Collections.ListPropertyChangedEventArgs e) { int FilteredRecords = this.gridGroupingControl1.Table.FilteredRecords.Count; }
VB Private Sub RecordFilters_Changed(ByVal sender As Object, ByVal e As Syncfusion.Collections.ListPropertyChangedEventArgs) Dim FilteredRecords = Me.gridGroupingControl1.Table.FilteredRecords.Count End Sub
Samples: Reference link: https://help.syncfusion.com/windowsforms/classic/gridgroupingcontrol/filtering |
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.