Hi,
Can someone offer some guidance for resetting the values of an edited grid?
Use case:
1) the grid starts out editable=false
2) user may click an “edit” button and the grid becomes editable, with only certain columns editable
3) user makes changes and then decides he wants to undo all his changes, in effect, resetting it back to its original values
The grid could have thousands of rows, so that’s why I simply want an entire reset on the grid.
Is this easily doable? Any examples or fiddles I can be directed to?
Thanks in advance!
Rob