This question is locked. New answers and comments are not allowed.
I know how to get access to the changeLog of the grid so I can see the added/edited/deleted fields. But, I would like to be able to apply that info to the grid. I need to do this because while I am using Ajax binding and batch editing, I am not using the grids inbuilt submit changes... rather I am putting the change log info into hidden fields and posting it to the server.
However, if some validation error occurs when checking the model and I reload the Edit view, the grid does an Ajax select/bind again and the users changes are lost. I want to apply the change log back to the grid.
How can I do this? Any pointers would be appreciated.
BOb
However, if some validation error occurs when checking the model and I reload the Edit view, the grid does an Ajax select/bind again and the users changes are lost. I want to apply the change log back to the grid.
How can I do this? Any pointers would be appreciated.
BOb