This question is locked. New answers and comments are not allowed.
I'm trying to implement keyboard navigation in gridview header row(auto generate columns are used).
The default behavior of gridview is following: when grid obtains focus, the first cell of the first data row is focused and cells in header row are ignored( gridview header row does not participate in tab navigation).
Is there any way to obtain focus by header row cells, navigate through them using keyboard(Tab & Shift-Tab, arrows) and sort data using other keys(Space or Enter)?
Regards,
Orest
The default behavior of gridview is following: when grid obtains focus, the first cell of the first data row is focused and cells in header row are ignored( gridview header row does not participate in tab navigation).
Is there any way to obtain focus by header row cells, navigate through them using keyboard(Tab & Shift-Tab, arrows) and sort data using other keys(Space or Enter)?
Regards,
Orest