Completed
Last Updated: 13 Jun 2019 05:35 by ADMIN
Release R2 2019 SP1
Vladimir
Created on: 27 Feb 2019 11:28
Category: GridView
Type: Bug Report
1
GridView: Unexpected keyboard navigation behavior when the last column on the right/left is invisible
When navigating through the cells with the left/right arrow keys, when the last column is reached normally the focus stays on that cell. However, when there are invisible columns on the left/right of the last visible one, the focus moves away from the grid.

As a workaround you can handle the PreviewKeyDown event of the RadGridView when the CurrentColumn is the last visible one.
0 comments