Hi everyone - jumping in as the Product Manager for Telerik UI for Blazor.
This request is one of our most upvoted items, and we absolutely agree it’s valuable. We want to set expectations: because this item is logged for the entire suite, it represents a substantial, cross-component effort. Rather than waiting until we can cover everything at once, we’re going to roll this out in phases so you can benefit earlier.
We reviewed the votes and feedback to understand where this is needed most, and the strongest demand is around the Grid component. Because of that, in the next release you’ll see progress via this focused item:
Add the ability to customize the default keyboard shortcuts of the Grid component
To help us prioritize the next phases, please tell us which other components you’d like to see keyboard shortcut customization for. You can:
This will give us the clearest data on what matters most and help us prioritize the next phases in the right order.
Thanks for the continued feedback and votes!
Regards,
Yoan
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hai, I created an extended TelerikGrid with arrowkey navigation etc. at https://github.com/marcverkade/BlazorAITest-Telerik
BlazorAITest
Sample application using Telerikcontrols and extending Telerik controls.
Grid and extend with an extra property and add keyboard navigation.
The name expects some AI tests but that is pending, first some Telerik controls and other handy stuff
********
Features
********
* Use of Telerik components
* Use of Toastmessages
* Use of Telerik dialogs
* Use of ILogger to see messages in the console
* Use of Extended TelerikGrid
- Added keyboard navigation
- [ARROWUP] and [ARROWDOWN] key navigation
- [ENTER] key for editing selected row
- Added extra Grid property GridTitle
- Respect filter when navigating through the grid
- Automatic focus on the first filter textbox so you can start filtering instantly
***************
Technology used
***************
- Visual Studio 2022
- .Net Core 9
- Blazor Telerik UI
- Javascript
VSI Curacao - M. Verkade - June 2025
Maybe (for now) the Toolbelt.Blazor.HotKeys can be used?