Oliver Brinzing wrote:
maybe i am blind, but i am looking for a simple way to stop the cell editing,
if a user presses a control element (for example an ok button)

background:

the users has to insert values into some spreadsheet cells.
after that he has to press a button to do some calculation ...

many users enter the last value and do not use (return),
so the input mode is still active, and the last value is not
written into the cell .... instead they just press the ok button ...

Edit mode isn't directly available in the API (see issue 20210).
What you can do right now is change the selection (select a different cell, then the original one again). This will always end the edit mode.

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to