I am trying to make the left and right arrows on scroll the columns on 
AdvancedDataGrids. The default keyboard navigation keys work with 
SHIFT+PAGEDOWN and SHIFT+PAGEUP. But my client would like the functions to work 
with left and right arrows.

I am able to create an event handler for KeyboardEvent.KeyDown and check for 
event.keyCode == KeyBoard.RIGHT and KeyBoard.LEFT. But I can't figure out what 
code to execute from the handler to scroll the columns.

Does anybody know how to make this work?

Thanks,
Paul

Reply via email to