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

Pivot grid Keyboard Navigation

1 Answer 49 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 16 Dec 2013, 04:50 AM
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;

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


how can we use the same functionality for Telerik pivot Grid.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 Dec 2013, 07:16 AM
Hi Syed,

Please note that RadPivotGrid is a mainly data visualization control and it does not support Selection or Keyboard Navigation, nor Editing or Inserting records. You can try to achieve this on client-side, however, this requirement is too custom and it's out of our support scope.

I hope the clarification was helpful.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
PivotGrid
Asked by
Syed
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or