This is a migrated thread and some comments may be shown as answers.

Hide a column from serverside

1 Answer 98 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 25 Mar 2011, 02:54 PM
If i want to hide a treelistcolumn from .cs file how can i do it?

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 30 Mar 2011, 04:44 PM
You need to use RadGrid.GetColumnSafe("colum-uniqu-name-here") to find the column by UniqueName, or access the column from the RadGrid.Columns collection if it is added in that collection. You can then use the Visible property to hide the column on the server.

Veli
the Telerik team
Tags
TreeList
Asked by
Markus
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or