This question is locked. New answers and comments are not allowed.
Hello there,
I have 2 grid (Grid A, Grid B) on the same page. Both using Ajax bind. I would like to trigger the rebind of Grid B based on the edit result of Grid A. For instance, if Grid A edit successfully, then Grid B rebind. Otherwise, no rebind.
I tried the onedit event for Grid A, but it looks like it occurs before the edit request send to the server. Is there anyway to catch the afteredit event?
Thx,
David
I have 2 grid (Grid A, Grid B) on the same page. Both using Ajax bind. I would like to trigger the rebind of Grid B based on the edit result of Grid A. For instance, if Grid A edit successfully, then Grid B rebind. Otherwise, no rebind.
I tried the onedit event for Grid A, but it looks like it occurs before the edit request send to the server. Is there anyway to catch the afteredit event?
Thx,
David