I'm using a RadGridView with SelectionUnit=FullRow. When I press the up/down arrow keys, the selected row moves to the new row that I've navigated to. When I press PageUp or PageDown, the grid scrolls, but the selection isn't updated. I've tried using a CustomKeyboardCommandProvider, but it seems like the PageUp/PageDown keys are handled specially by the grid: even when I return an empty List of ICommands, the grid still scrolls up and down.
Any ideas on how to handle this?
Any ideas on how to handle this?