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.
I am using the GridGrouping control and using a BindingList as the datasource. How to get the number of records(rows) shown in the grid before applying a filter and also after applying a filter?
SASolai A L Syncfusion Team October 1, 2015 12:03 PM UTC
Hi Chandrasekaran, Thank you for your interest in Syncfusion products.
For the normal filter, use theRecordFilters.Changed/ RecordFilters.Changingevents. You can get the record count using “this.gridGroupingControl1.Table.FilteredRecords.Count.ToString()”.Please refer to the following KB and forums.