I'm using the GridTableViewer with inline editing support and moveable
columns. Inline editing works as it's supposed to, but when I move some
gridcolumns the inline editing tab order is still the same, as it was
after creation. Lets say I have got 4 columns (col1, col2, col3, col4)
and I move col3 to the second postion (col1, col3, col2, col4). Then
inline editing is still moving from col1 to col2 to col3 to col4. Is
there a way to tell the inline editing, to take the new column order
into account?