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>