This is a migrated thread and some comments may be shown as answers.

Multiple actions upon return from Grid update

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 01 Nov 2011, 07:06 PM
I’m making an AJAX call when updating a given row of data in the Grid.  Upon completion of the update the controller returns a JsonResult and the grid is refreshed with the update. 

If I need to update the UI in other ways (status message, clear a field, etc.) how do I tie into the grid’s update process that is taking place?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 02 Nov 2011, 01:42 PM
Hello David,

In such scenario, I would suggest to use the OnDataBound event.


Best wishes,
Georgi Tunev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or