Categories | Question details Back To List | ||
undo I am trying to the undo and redo functionality of the grid, but when i change the value of a cell the entire row becomes bold and an update operation being triggered. When i undo all the changes made to a row i would like the row font to be normal and i dont want the update to happen. How can i do that?? Also please provide me the solution for redo too. that is when i undo all the changes and redo all the changes back i want the row font to turn bold and set the nativeeditior_status to update. Answer posted by Support on Feb 04, 2008 07:04 Undo|Redo functionality - can undo or redo edit operation in grid, but current logic doesn't allow to detect if result differs from initial value. After cell value was changed - it marked as changed even if after some time value restored to initial one. ( The fact of change was detected , and row can't be set back to normal status, until changed data not synced with server ) |