Editing and RowSpans [message #1069308] |
Mon, 15 July 2013 12:32  |
Eclipse User |
|
|
|
In our application we have spanned rows and have custom and texteditors defined for the cells. Target is to have mostly Excel-like feeling (You just type and the value is inserted). We want to use the inline editing and mostly it works like a charm. With one exception:
- We have an Eventmatcher for (nearly) all Keys, that activates KeyEditAction()
- If that Action is called on a single row and column, the inline-edting is triggered.
- But we use colspans and so our selectionlayer has two selected cells eg. for one real cell in the UI. And that is why in EditSelectionCommandHandler the second option is chosen (to open a dialog instead of firing the inlineediting event).
Is there any possibility to have inline-editing here also? With mouse-Actions everything works fine, as the adress the cell and not the selection.
Best regards
Fabian
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03331 seconds