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,
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.
*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.
I'm glad you made it work.
Please don't hesitate to ask if you have any other questions or concerns.