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

Rad grid Key board Navigation not working

1 Answer 120 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
sankar
Top achievements
Rank 1
sankar asked on 17 Nov 2015, 06:54 AM

Hi,

 

I have enabled the rad grid keyboard navigation. But Up and down keys are not working. Please suggest me what I am doing wrong here.

 

<ClientSettings AllowColumnsReorder="True" AllowKeyboardNavigation="true" Selecting-AllowRowSelect="true" EnablePostBackOnRowClick="true" ReorderColumnsOnClient="True" KeyboardNavigationSettings-AllowActiveRowCycle="true">
                <Selecting AllowRowSelect="True"  />

                <KeyboardNavigationSettings AllowActiveRowCycle="True" EnableKeyboardShortcuts="true"  > </KeyboardNavigationSettings>
            </ClientSettings>

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 19 Nov 2015, 08:26 AM
Hello,

To fix the problem with the keyboard navigation you should set EnablePostBackOnRowClick property to false:

<ClientSettings AllowColumnsReorder="True" AllowKeyboardNavigation="true" Selecting-AllowRowSelect="true" EnablePostBackOnRowClick="false" ReorderColumnsOnClient="True">
              <Selecting AllowRowSelect="True" />
              <KeyboardNavigationSettings AllowActiveRowCycle="True" EnableKeyboardShortcuts="true"></KeyboardNavigationSettings>
          </ClientSettings>

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Ajax
Asked by
sankar
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or