Hi,
Cell Edit, Inline edit, Form edit all post a call to server for each save. It makes a call to database to each postback to the server in asp.net mvc. Is there a way to save the data at a time on click on submit button. Like a bulk save, is there any method that submits all the grid data to server. I read clientArray can be used for saving the data at the client. However i did not get how to post the clientdata to server.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top