Tab navigation inside Telerik RadGridView

In Telerik RadGridViewwith dialing GroupDescriptor, as soon as the focus falls into the grid, the focus will not go away by clicking the tab. It just goes back to the beginning of the grid.

That is, there are some controls above and below the grid. When you press the tab key, the focus starts from the top and moves down. It falls into the grid and (as expected, and is desirable) begins to move through individual cells. However, when it falls into the last cell, clicking on the tab again moves the focus to the first cell. I expect it to move to the next control under the grid, or to the next control in order TabIndex.

This only happens when installed GroupDescriptor, and there are lines from several groups. If not, GroupDescriptoror all the lines are in the same group, the focus moves forward as expected. It should also be noted that this is grid s IsReadOnly="True". I tried different options for a property TabNavigationwithout success.

What can I do to get the expected behavior? Some property that I am missing? Should I do custom tab behavior with Telerik KeyboardCommandProvider, and if so, how?

+3
source share

All Articles