I have a WebDataGrid inside an updatepanel on the page. I have Activation selected, and cell editing, so i can edit a cell and it'll update the database fine.
However I have 2 other update panels on the page that are updated in the RowUpdated event, and i need to find a way to refresh them as well when edit is saved.
Hello wins903,
I'm glad you made it work.
Please don't hesitate to ask if you have any other questions or concerns.
*UPDATE - Testing it, with AjaxEnabled set to false, and using the RowUpdated event, it is now working perfectly as I hoped. Thank you very much for all your assistance.
Thank you for your reply.
I was using RowUpdated vs RowUpdating as well. It does now refresh, but since the changes aren't saved into the database before the updating event, and the code behind is actually trying to get the updated amounts, unfortunately it seems I'll have to find another way.
Make sure that EnableAjax property of WDG is set to false when the grid is in UpdatePanel. I am attaching a small working sample, replicating your scenario.
Let me know if you have any questions.