I want to hide columns in child grid view which is in bound mode and want to keep when I reassign new datasource to grid(Master and Child). Where do I write a code for that?
1 Answer, 1 is accepted
0
Accepted
Martin Vasilev
Telerik team
answered on 27 Oct 2008, 11:06 AM
Hi Dipak,
Thank you for writing.
To hide a column in RadGridView you simply have to set the column's IsVisible property to false. Please review the code-block below: