Hi Team,
I have tried to modify the cell value using the "editing:true" option.
Now, can you guide me on how to save the modified data back into a server or a file?
I have already tried the JSFiddle, but here i see that the original data is saved and not the modified data.
Thanks in advance.
Hi Akshay,
Thank you for posting your question.
You can use the datachanged
event to monitor data editing. Once it is triggered, the event handler receives information about the edited cell, which you can then send to your server to modify the data as necessary.
We've prepared a quick sample illustrating how the data change information can be retrieved and sent to your server: http://jsfiddle.net/flexmonster/4nyc67g0/.
Please let us know if this helps.
Best regards,
Mykhailo