| [news.eclipse.technology.nebula] Re: Grid - Inline Editing |
Hello Tom.
Thanks Peter
I don't think this is possible with JFace 3.3 codebase (reordering was not included in the 3.3 codestream). We (JFace) fixed this in 3.4 and if Grid behaves like SWT-Table (which it should else I'd consider this a Grid-bug) this should work out of the box with JFace from 3.4M7 (which is in a fairly complete state because we are working towards 3.4RC1).
Tom
Peter Pfeifer schrieb:Hello.
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?
Thanks in adavance.
Peter