We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

How to save the modified data into a file?

Answered
Akshay Alva asked on May 12, 2021

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.

1 answer

Public
Mykhailo Halaida Mykhailo Halaida Flexmonster May 13, 2021

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

Please login or Register to Submit Answer