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

How to Hide telerik:GridTemplateColumn on the ClientSide

0 Answers 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vuyiswa
Top achievements
Rank 2
Vuyiswa asked on 22 Feb 2012, 11:15 PM
i have defined the Following Template Column
<telerik:GridTemplateColumn UniqueName="Select">
 <ItemTemplate>
</ItemTemplate>
</telerik:GridTemplateColumn>

and i want to hide this Column on the client side like this 

<telerik:GridTemplateColumn UniqueName="Select" Visible='<%# CheckboxVisibleCheck(Eval("Column3").ToString)%>'>
 <ItemTemplate>
</ItemTemplate>
</telerik:GridTemplateColumn>

How can i achieve this

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Vuyiswa
Top achievements
Rank 2
Share this question
or