Hello Support Team,
We want to update some columns data dynamically and want to update changed data in our list.
For Example: On Load We have data in the grid like below
Revenue Profit
270 95
50 83
And we have added a “Add” button on click add we increase the data by 10.
After Click on add button data in the grid looks like below.
Revenue Profit
280 105
60 93
Now we want to save the new data in the list so we added one new button “Save” For Save data in the list. But When we try to get changes in the grid it is showing 0.
For Reference, we created a JSFiddle, please find URL For JSFiddle.
JSFiddle URL:
http://jsfiddle.net/z4tgp9no/4/(In JSFiddle Click On ‘Add +10’ Button And then click on Save Button)
So Please tell me how can we make fields dirty dynamically.
Please find below attached screenshot.
Please Give your feedback on this ASAP.