I want to remove the red corners after I receive the answer from the server that all data is successfully saved. Any suggestions are welcomed.
Thanks
UPDATE : I found it
store.commitChanges();
I want to remove the red corners after I receive the answer from the server that all data is successfully saved. Any suggestions are welcomed.
Thanks
UPDATE : I found it
store.commitChanges();
viewConfig: {
emptyText: 'No data',
markDirty: false
},