RC
Rajadurai C
Syncfusion Team
October 12, 2009 06:01 AM UTC
Hi Ramana,
Thanks for your interest in Syncfusion Products.
If grid is binded with different tables, the tabledescriptor of the specific table can be retrieved and changes to that table can be applied through this tabledescriptor object. Here is the C# code for your reference.
GridTableDescriptor td = this.gridGroupingControl1.GetTableDescriptor([TableName]);
td.VisibleColumns.Remove([columnname]);
Regards,
Rajadurai