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
865
Best method to bind grid to data table post row_updating
posted

Hi Team,

Need a suggestion..

I have a grid bind to Data table that is taking place on a dropdown selection changed.

Now , I do some changes on grid at client side and on firing .commit, it is calling Row_updating event at server side..

After row updating, I need to rebind the grid..On which event I should bind the gird?

Varun