Results 1 to 2 of 2

Thread: How to Hide telerik:GridTemplateColumn on the ClientSide

  1. #1

    Thread Starter
    Fanatic Member vuyiswamb's Avatar
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    830

    How to Hide telerik:GridTemplateColumn on the ClientSide

    i have defined the Following Template Column

    Code:
    <telerik:GridTemplateColumn UniqueName="Select">
     <ItemTemplate>
    </ItemTemplate>
    </telerik:GridTemplateColumn>
    and i want to hide this Column on the clientside like this

    Code:
    <telerik:GridTemplateColumn UniqueName="Select" Visible='<%# CheckboxVisibleCheck(Eval("Column3").ToString)%>'>
     <ItemTemplate>
    </ItemTemplate>
    </telerik:GridTemplateColumn>
    How can i achieve this

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: How to Hide telerik:GridTemplateColumn on the ClientSide

    Hello,

    This question would seem to be very specific to the use of the Telerik GridView, and as such, unless someone here is also using Telerik, I don't think you are going to get a quick answer.

    It may be better for you to ask the question in the Telerik support forums.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width