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

Keyboard navigation issue.

1 Answer 26 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vincent
Top achievements
Rank 1
Iron
Vincent asked on 13 Jan 2019, 03:31 PM

I use the Silverlight control before. it can use Keyboard navigation to select certain row. but asp.net core control can not do that. how can i use keyboard to change the selected row.

when the cell is editable. can i use down arrow to close the edit state and change to the next row like spreadsheet.

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 16 Jan 2019, 04:58 PM
Hello,

You can see how Grid for AspNet.Core works in scenario with selection and batch editing below:

Example: https://runner.telerik.io/fullscreen/@milena/oMuhEgIV

1. Enter key puts the cell in edit mode
2. User can exit from edit mode with ESC or enter key(it is not possible to exit from edit mode with down key).
3. Space key selects the currently focused row.
4. Up/Down keys navigate between the cells.



Regards,
Milena
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Vincent
Top achievements
Rank 1
Iron
Answers by
Milena
Telerik team
Share this question
or