Hi,
i want to use the grid in an existing html form. When I submit the form, I want to get the changes in the grid and submit them by using an hidden field.
When the form throws an serverside error I want to reload the grid and reapply the changes without saving them in the database.
i think this is normal form behaviour but it seems that it is not supported out of the box for the grid. How can I achieve this wanted behaviour?
a getchanges and applychanges method for the grid would be super...