Getting record count in GridGrouping Control

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?

1 Reply

SA Solai 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 the RecordFilters.Changed/ RecordFilters.Changing events. You can get the record count using “
this.gridGroupingControl1.Table.FilteredRecords.Count.ToString()”. Please refer to the following KB and forums.

Reference Links :
https://www.syncfusion.com/forums/100752/events-grid-grouping-control
https://www.syncfusion.com/kb/5353/what-are-the-events-used-in-filtering

Thanks & Regards,


AL.Solai.


Loader.
Up arrow icon