Tab stops
Hi Alex,
our users (on my project) are quite spoiled and require full keyboard controll including tab stops. I just have to give them the possibility to jump in and out of the grid with the TAB / Shift+TAB key. I have managed to do this with a very dirty workaround
tag44.tabIndex=1;
but I don't like this solution at all. Can you think of something more elegant?
I would also like to be able to get a reference to the "main" DIV tag that makes an envelope for the grid html elements. Is there any method for that?
our users (on my project) are quite spoiled and require full keyboard controll including tab stops. I just have to give them the possibility to jump in and out of the grid with the TAB / Shift+TAB key. I have managed to do this with a very dirty workaround
tag44.tabIndex=1;
but I don't like this solution at all. Can you think of something more elegant?
I would also like to be able to get a reference to the "main" DIV tag that makes an envelope for the grid html elements. Is there any method for that?
Ladi
July 27,