This question is locked. New answers and comments are not allowed.
The 1st 4 columns of my grid are editable by the user
The remiaining columns in the grid are read only.
when the user tabs off the 4th column I would like it to go to the next editable column. In this case row 2 column 1
So the tab order would be:
row1 Col1
row1 Col2
row1 Col3
row1 Col4
row2 Col1
row2 Col2
row2 Col3
row2 Col4
row3 Col1
is this possible?
The remiaining columns in the grid are read only.
when the user tabs off the 4th column I would like it to go to the next editable column. In this case row 2 column 1
So the tab order would be:
row1 Col1
row1 Col2
row1 Col3
row1 Col4
row2 Col1
row2 Col2
row2 Col3
row2 Col4
row3 Col1
is this possible?