How to Achieve Keyboard Navigation in RadGridView
Environment
Product Version | Product | Author |
---|---|---|
2021.3.914 | RadGridView for WinForms | Desislava Yordanova |
Description
A common requirement is to move to a specific row in a RadGridView by typing first letters of where you want to move (e.g. within the selected column). For example, select column Description and type "L". The expected behavior is to move to the first description which begins with a "L", if the user types "LE", move to the first description which begins with "LE", and so on.
This type of functionality is not supported out of the box. However, this article demonstrates a sample approach how to accomplish it.
Solution
Such kind of behavior can be achieved by using a custom row behavior.