I'm using the GridControl to display and modify data, with no data bound.
Suppose I have a row with a textbox and a checkbox, if I write something in the textbox (or I check the checkbox) and I move away from the edited cell (I change column or row), everything is fine and that value is set as CellValue, but if I stay on that cell after editing (no row/column change) the property CellValue results empty and not with the value typed/checked.
My users wants to:
1) write something in the text box,
1b) eventually move on the checkbox cell and check the checkbox
2) press a button outside the grid and use the value that they have set in the grid cells
Now, the last value set will be lost if they do not move away from the edited cell (in the example shown in the picture attached, after pressing the button, the value of the checkbox cell "Attivo" is not set).
Is there a way to achieve this behavior?
Thank you
Luca
Attachment:
SS_b370bb2b.zip