2 Answers, 1 is accepted
Hello Adam,
To extend the selection you should also hold down the Shift key. You can find the full list of available shortcuts and see them in action in our online demo for keyboard navigation in the grid: https://demos.telerik.com/blazor-ui/grid/keyboard-navigation.
Doing that only on the Up/Down key would create an ambiguous action - the focused row would also change the selection, and such ambiguity is not something we should allow.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Hi
I want to move a row down while in Inline edit, is this possible? Even when cell is numeric control with its own up and down arrows?
This way i can change the value of one column for multiple records fast. This also means that when entering the next cell in the newly selected row must go in Inline edit automatically, and the row i leave must be update automatically.
Eric
Hi Eric, while I am not sure I completely understand the goal, I can suggest a few things to consider depending on what you are after:
- using OnRead so you can manually modify the order of the rows in the current page (see thisas well) based on what custom buttons are clicked in the row
- see this article on how you can predefine data in the model that you initiate insert for
- wait for a spreadsheet component as it has a different UX and data goals than a grid that may suit you better (make sure to Vote for that and Follow it if that is the UX you are looking for)
- consider the InCell editing as it responds differently to key and tab presses