Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
10411 Points
1196 Posts
Feb 28, 2012 04:15 AM|LINK
Hi, you can add an ID attribute to this control, and then hide it with JavaScript on the client:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(function () { $('#controlID').hide(); }); </script>
Allen Li - M...
Star
10411 Points
1196 Posts
Re: How to Hide telerik:GridTemplateColumn on the ClientSide
Feb 28, 2012 04:15 AM|LINK
Hi, you can add an ID attribute to this control, and then hide it with JavaScript on the client:
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(function () { $('#controlID').hide(); }); </script>If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework