Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
Row changes not displayed
posted

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?