What is the best way to allow the user to make all of their changes and then press the save button and all the updates to all the records get saved at once rather than when the user moves from one row to another?
Hi algunderson,
Please do not hesitate to contact me if you need further assistance regarding this matter.
Thank you for posting in the community.
In UltraWebGrid you could handle the UpdateRowBatch and UpdateCellBatch events in order to implement batch updating for your grid.
Please note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Please let me know if you have any questions.