Hi there,
I have a treegrid bind to a restdatasource. Is it possible to have a save button to save previous update/delete/add actions when needed rather than submitted by the datasource automatically?
The tree would be changed very frequently and users might want to cancel all operation (i.e. drag and drop/ add new tree node) if they made a mistake. Currently, any operation like this, datasource would automatically sends data to the server. I'm trying to add a save button to send updated nodes to the service and a cancel button to cancel all operations to put the tree back to what it was.
Is there any way to do similar thing like this? Many thanks for your help.
I have a treegrid bind to a restdatasource. Is it possible to have a save button to save previous update/delete/add actions when needed rather than submitted by the datasource automatically?
The tree would be changed very frequently and users might want to cancel all operation (i.e. drag and drop/ add new tree node) if they made a mistake. Currently, any operation like this, datasource would automatically sends data to the server. I'm trying to add a save button to send updated nodes to the service and a cancel button to cancel all operations to put the tree back to what it was.
Is there any way to do similar thing like this? Many thanks for your help.
Comment