AD
Administrator
Syncfusion Team
March 25, 2008 09:28 PM UTC
Hi James,
Thank you for your patience.
Please refer the code below to get the rowfileter of the GridGroupingControl.
DataView dv = new DataView(this.gridGroupingControl1.DataSource as DataTable);
Console.WriteLine(dv.RowFilter);
Please let me know if this helps.
Best Regards,
Srirajan