Hi Guys,
Please do me a favour if anyone face this type of problem
Problem:-
I have a Rad grid which is inside the asp panel. The problem is when the panel is disabled the grid lokks disabled but the event of the grid is fired like Selected index changed event and hyperlink click inside rad grid item temple. what i will do to prevent this.
Example:
<asp:Panel ID="TestPanel" runat="server"
<Telerik:RadGrid id="RadGrid1" runat="server"
</Telerik:RadGrid>
</Panel>
.Cs code
TestPanel.enabled=false;
but the grid is not disabled.
Tahnks in advance.
Please do me a favour if anyone face this type of problem
Problem:-
I have a Rad grid which is inside the asp panel. The problem is when the panel is disabled the grid lokks disabled but the event of the grid is fired like Selected index changed event and hyperlink click inside rad grid item temple. what i will do to prevent this.
Example:
<asp:Panel ID="TestPanel" runat="server"
<Telerik:RadGrid id="RadGrid1" runat="server"
</Telerik:RadGrid>
</Panel>
.Cs code
TestPanel.enabled=false;
but the grid is not disabled.
Tahnks in advance.