Hi,
I am having a RadGrid that has a CommandItemTemplate as described below :
OnRowSelect Client Event of the RadGrid, I want to enable/disable these Link Buttons. I want to achieve this using javascript.
Also, I tried setting :
but it didn't work.
Please, help.
Thanks,
Anup
I am having a RadGrid that has a CommandItemTemplate as described below :
<CommandItemTemplate> <asp:LinkButton runat="server" ID="lb_Button1" Visible="false">LinkButton1</asp:LinkButton>
<asp:LinkButton runat="server" ID="lb_Button2" Visible="false">LinkButton2</asp:LinkButton>
</CommandItemTemplate>OnRowSelect Client Event of the RadGrid, I want to enable/disable these Link Buttons. I want to achieve this using javascript.
Also, I tried setting :
Visible='<%# rg_Alumni.SelectedItems.Count > 0 %>'Please, help.
Thanks,
Anup