Hello, I want to use the WebGrid just like the WinGrid, I want to modify, insert and delete rows in my grid but save the changes until the user clicks a button. Right now the grid saves itself with every postback but I don’t want it to do that.
Thanks
Look at the AddRowBatch, DeleteRowBatch, and UpdateRowBatch event hanlers.
HTH