Editing in Grid

Hi there,

I just wonder if it is possibly to start the editor in a Grid in a specific column. Right now when I doubleclick, the editor opens, but no column is selected - so I need to click again into a field which is annyoing if you do that often.

Is there a possibility to start the editor and have a value in a column already selected?

Any help is highly appreciated.

Schlomo

This is related to
#16837
, although perhaps is a bit separate feature.

You might be able to accomplish the task somehow, perhaps by handling the double-click and calling focus() for the editor field for the clicked column, perhaps by overriding doEditItem().

the edit thing I got solved - by adding a SelectionListener or ItemclickListener and then programmatically do gro.startEditor() - although the focus thing remains open.