Hi there,
To anyone who can help with this it would be greatly appreciated. (Am getting desperate

):
I'm using the Sigma grid to manage data. The basic layout/flow is as follows:
- The datagrid is on the left, and a form is on the right hand side
- When a row/cell is clicked on the grid, I use an Ajax call to populate the form on the right with entries
- The user can then edit the entries and save to the database
This all works fine, except when the form on the right gets focus, the user would obviously want to tab through the form. However, the tabbing skips through the grid cells and not through the form. Only after tabbing through all the grid cells does the tabindex carry on into the form on the right.
Is there any way to remove the data in the grid (which is a table) from the tab indexing?
Thank you in advance
fractalsanta