I’m using RadGridView and GroupByExpression.
When displaying RadGridView items, I have managed to select specific group row but I don’t know how to give focus to current row so that keyboard navigation (up and down arrows) are working. Keyboard navigation only works when current row is mouse clicked.
I have tried something like this:
but keyboard navigation still doesn’t work.
Thanks for help,
Tomislav
When displaying RadGridView items, I have managed to select specific group row but I don’t know how to give focus to current row so that keyboard navigation (up and down arrows) are working. Keyboard navigation only works when current row is mouse clicked.
I have tried something like this:
RadGridView.CurrentRow.VisualElement.Focus(); |
Thanks for help,
Tomislav