Hi,
How to set the pivotgrid cell navigation by Keyboard Navigation.
In rad Grid there is option for Cell naviation by.
grid.ClientSettings.Selecting.CellSelectionMode = GridCellSelectionMode.MultiCell;
grid.ClientSettings.Selecting.EnableDragToSelectRows = false;
grid.ClientSettings.AllowKeyboardNavigation = true;
how can we use the same functionality for Telerik pivot Grid.
How to set the pivotgrid cell navigation by Keyboard Navigation.
In rad Grid there is option for Cell naviation by.
grid.ClientSettings.Selecting.CellSelectionMode = GridCellSelectionMode.MultiCell;
grid.ClientSettings.Selecting.EnableDragToSelectRows = false;
grid.ClientSettings.AllowKeyboardNavigation = true;
<ClientSettings AllowKeyboardNavigation="True">
<KeyboardNavigationSettings EnableKeyboardShortcuts="true" AllowActiveRowCycle="true" />how can we use the same functionality for Telerik pivot Grid.
