Hi all,
I’m trying to achieve something similar to that: http://jsfiddle.net/Dimitar_jQWidgets/x9ggd76j/
The problem with this solution is that basically I need:
– When ‘Edit’ is pressed for a row, edit mode should be retained also when a user click outside the grid or in the document ( now instead as soon as you click outside the edited row, edit mode ends as well). So the only way to exit from edit mode of a row is by pressing ‘Update’ or ‘Cancel’ buttons
– ‘Cancel’ button, when pressed should revert changes done so far in the row.
Could you help with that solution?
Regards