When using the DataGrid in DevExtreme and wanting to edit an object, the DataGrid only returns the edited data. How can I retrieve all the data from the DataGrid for updating all the data?
I expect to have both edited and unedited data for the update method.
You can achieve this by doing:
html:
TS: