Hi,
I have a vanilla webdatagrid with ajax enabled. When I do a row update and click another row, the callback is made and the change is persisted. However, when the grid has completed the ajax request, the row changes are reverted and no change is visible. Refreshing the page will show my changes though (since the db change was applied).
I tried doing a grid.Rows.Clear() and databind() but that had no effect.
Any ideas on what I missed?
Here. I put a quick sample together of a webdatagrid bound to a sqldatasource. I set the datakeyfield property. I also handled the rowupdating event so that the grid would post back when a change was made.
Nope, didn't help.
Thanks anyway though
Try the RequestFullAsyncRender method off the grid.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=Infragistics35.Web.v10.1~Infragistics.Web.UI.GridControls.WebDataGrid_members.html