Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
21734 | Nov 18,2004 02:09 PM UTC | Nov 18,2004 05:01 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void GroupedColumns_Changing(object sender, Syncfusion.Collections.ListPropertyChangedEventArgs e) { SortColumnDescriptor scd = e.Item as SortColumnDescriptor; if(e.Action == Syncfusion.Collections.ListPropertyChangedType.Remove) this.gridGroupingControl1.TableDescriptor.VisibleColumns.Add(scd.Name); else if(e.Action == Syncfusion.Collections.ListPropertyChangedType.Add) this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove(scd.Name); }Try these two properties to get total count and filtered counts.
this.gridGroupingControl1.Table.Records.Count;
this.gridGroupingControl1.Table.FilteredRecords.Count;
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.