HI all,
I'm using RadGid control (Q3 2009), I see RadGrid have support Keyboard mode for Insert, Update, Delete... comand. But in my project I don't want to use it,
I want to create new hotkey to access custom itemcommand on Radgird, example:
Follow above code block example, How to create a hotkey that when I press it, RadGrid will call corresponding method with CommandName.
Please give me any idea for my problem...
Thnks so much for any help.
hongnguyenx
I'm using RadGid control (Q3 2009), I see RadGrid have support Keyboard mode for Insert, Update, Delete... comand. But in my project I don't want to use it,
I want to create new hotkey to access custom itemcommand on Radgird, example:
......
<telerik:GridTemplateColumn HeaderText="View"> <HeaderStyle HorizontalAlign="Center"></HeaderStyle> <ItemStyle Font-Bold="True" HorizontalAlign="Center"></ItemStyle> <ItemTemplate> <asp:ImageButton ID="imgView" runat="server" ImageUrl="~/Images/Edit.gif" CommandName="View" /> </ItemTemplate></telerik:GridTemplateColumn>
..... Follow above code block example, How to create a hotkey that when I press it, RadGrid will call corresponding method with CommandName.
Please give me any idea for my problem...
Thnks so much for any help.
hongnguyenx