Ctrl+End on the RadVirtualGrid

1 Answer 35 Views
VirtualGrid
Nathan
Top achievements
Rank 1
Nathan asked on 02 Oct 2024, 08:32 PM

Our application has a RadVirtualGrid that can be much wider than the window (so it scrolls).  Our SelectionUnit is set to "Row".  But when I hit Ctrl + End the grid not only jumps to the last row, but also scrolls the last column into view.  It seems to me that if the SelectionUnit  is "Row" the control should just jump to the last row and not change the column or scroll status at all.  I guess the same thing is true about ctrl+Home to go to the top.  Anyone agree?

Thanks!

Nathan

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 07 Oct 2024, 12:06 PM

Hello Nathan,

The keyboard navigation in RadVirtualGrid is applied to the current cell and not the selected value (currency vs. selection). The selection is a side effect that happens when the current cell changes.

The Ctrl+Home/End is the standard combination which moves the current cell between the first cell (top left corner) and last cell (bottom right corner). This isn't affected by the SelectionUnit setting.

If you want to scroll to the top or bottom of the data view, you can use the Ctrl+PgUp and Ctrl+PgDn key combos.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
VirtualGrid
Asked by
Nathan
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or