EditedTable Property of Advanced Grid is not getting reset
Hello,
I am creating a form where I am displaying a grid which is editable.
There is a button on the form on clicking of which the entire form is getting reset.
For resetting the grid, I am triggering the service again which is responsible to show the data in the grid.
So if a user has modified some values in the editable grid and wants to reset it the reset button would do the job.
I am facing one issue which is the previous EditedTable Property is not getting changed until the user start editing the grid again. If in this scenario user doesn't want to edit the grid for the second time and want to proceed with the form by clicking on submit button. It would be misleading as we will still have some entries in the EditedTable property.
Please advise on this if this can be taken care by any other way
Thanks,
Shubham

