How to do batch row updating using jQuery Datatables and ASP MVC

How to do batch row updating using jQuery Datatables and ASP MVC

bioluminescencebioluminescence Posts: 16Questions: 0Answers: 0
edited February 2013 in General
I am using ASP.NET MVC 4 and the jQuery Datatables.

I have a list of servers that I need to populate in the grid. This is the easy part. I need editable functionality. When I select a row I need to be able to edit the data. I should be able to edit the data of any row. I don't want updating to take place on cell edit. When I have done with all the updating then I click on a button. The button takes all the data in the grid and checks which rows needs to be updated. Then I do my updating to the data store.

Is this possible with jQuery Datatables and ASP MVC? The samples that I have seen seems to do the updating after a cell has been edited. If I can get a sample to work then I can modify it to work with ASP MVC.
This discussion has been closed.