NR
Nirmal Raja
Syncfusion Team
January 18, 2011 04:00 AM UTC
Hi Ivan,
Thank you for your interest in Syncfusion products.
You can make use of theVisibleColumns collection, which will hold the object of all the column that has been visible in the table. You can remove the ID column from the VisibleColumns collection which removes the column and make it as invisible.
Please refer the code below:
this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove("ID");
Let me know if you have any concern.
Regards,
Nirmal