This is a migrated thread and some comments may be shown as answers.

nevigate Radgrid using arrow keys

2 Answers 104 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kishor
Top achievements
Rank 2
Kishor asked on 12 Aug 2014, 05:16 AM
hello

I am using Radgrid with template column of Radtextbox
as shown in attached image i want to nevigate to next textbox using arrow keys.

ie if left arrow key is clicked it should nevigate to left textbox and if down arrow key is clicked it should nevigate to below textbox

one more problem is - when up/down arrow key is clicked in RadNumeric textbox it increase/decrease the number how to avoid this behavoiur.

thanks
Kishor Dange

2 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 14 Aug 2014, 12:12 PM
Hello Sawan,

I will start with the RadNumericTextBox question. For disabling the value change on pressing the down and up keys you could set the IncrementSettings-InterceptArrowKeys property to "false":
<telerik:RadNumericTextBox runat="server" Value="5" IncrementSettings-InterceptArrowKeys="false"></telerik:RadNumericTextBox>

As for the other requirement, please refer to the attached sample page and see a sample implementation of such functionality. As you will notice, you could navigate with left, right, up and down array keys.

Hope this helps.


Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Kishor
Top achievements
Rank 2
answered on 17 Sep 2014, 12:56 PM
thanks its working
Tags
Upload (Obsolete)
Asked by
Kishor
Top achievements
Rank 2
Answers by
Konstantin Dikov
Telerik team
Kishor
Top achievements
Rank 2
Share this question
or