is it possible to make several changes to the datatable and not save it till a button is pressed

is it possible to make several changes to the datatable and not save it till a button is pressed

johnejohne Posts: 1Questions: 1Answers: 0

Hi,

For example there are four rows
ID, Name, Price, MakeItFree

the initial load of this grid will be json comming from a webservice that will pull data from sqlserver and will load around 5 records.

I've seen on the forum that its possible to edit fields.

Question 1 is that is it possible to edit the fields and not post it back yet into the server and just leave the rows with edit in a "dirty" state?
Question 2 is it then possible to have a separate button to click that will trigger the saving of all the rows that are in the "dirty" state once the user has been satisfied with making changes on the grid and will save all the changes made by the user?

This discussion has been closed.