We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Making cells not visible

Hi, how do I make a cell invisible in Grid Grouping? The cell is the one that does the relations bindings, but its an ID cell, so it shouldnt appear to the user.

Thanks,
Ivan


1 Reply

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


Loader.
Live Chat Icon For mobile
Up arrow icon