Hello,

How can i, on the sigma grid version 2 do this thing:
I need that a cell when is editing lost his focus when a click a button.
Example:
I need save the data on the grid by another button (no the grid one), but, if one cell is editing, this cell will not be saved.
So, I need before call the function mygrid.save(), make that the cell lost his focus...
any idea?

Thank you!