Hello,
I need to disable the 'Next' button if there are pending changes.
Then after the changes are saved successfully, I need to enable it.
This will force the users validate they save their changes.
What is the best way to update this?
Seems like editing
has a new property for change
, but not sure it is allowed in 20.1.7.
Also is there a value that is set on the Dx Data Grid that is toggle based on if there are changes?
Here is a screen shot:
I found this:
https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/Methods/#hasEditData
Which works, but is there an event where I can actually disable it if there are pending changes?