Hi,
I have 6 columns in my ultrawebgrid....when i push tab button the focus is navigation from col1 to col2 ...co2 to col 3 ...and so on
but my requirement is i want to skip gridcolumns in my tab order...i,.e col1 to col 3 .
i.e i would like to know how to handle the taborder in gridcolumns
Can u help me in this regard.
Thanks,
Chandu
I used the keydownhandler event to handle tabs.I'm using the ScrollToView() method of the cell object to achieve focus.
But after the cell comes in to focus,the execution of tab key is done and immediately next cell in the grid is foccused.
How to prevent the execution of tab key press code?Plz Help
Chidam
Hello,
You can use the KeyDownHandler=Fire of ClientSideEvents tag and use JS code for manupulate tab order with check-up of columns. Button number of Tab key is 9.
Hope this helps.