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
8920
trigger server RowUpdating event from the client
posted

I have the following scenario :

Grid has wdd editor provider, on the SelectionChanging it validates some values and offer user to finalize or cancel changes.  If finalized chosen then through pagemethod.myFunction runs stored procedure on the back end to make some adjustments.   Here little problem to address, when it comes back the value in the editor provider is changed but in the grid and underlying DS it will change only after user will leave current row.

What is the best way to trigger another postback from the function that is called by pagemethods.myFunction upon success so on the client row get changed, postback initiated and RowUpdating fired on the server.

Thanks