What I'd like to do:
In UltraWebGrid I would like to have a column skipped when tabbing a row, but still be able to mouse-click in it
In particular, in my WebGrid, the last Column is a checkbox. I want to skip this column when navigating the rows via the tab key, still however, allowing the user to mouse check on this column when needed.
Here is my screen-shot - it is the Deleted column I want skipped when tabbing.
Thanks!
I think something similar to that, albeit in a bit different context, is described in this forum thread:
http://forums.infragistics.com/forums/p/12988/48099.aspx#48099
The idea is too hook a client side event handler (for example the event handlre that fires on cell activation and then, if the cell is checkbox column then skip to the next one). Please, refer to the thread above for sample implementation and code details.