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

[Solved] handle grid edit complete

1 Answer 27 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.
Shuchi
Top achievements
Rank 1
Shuchi asked on 06 Jun 2012, 11:54 PM
I am  looking for an event that gets raised once the edit is complete for a grid row. I need to refresh certain other sections (including another grid) on the page after grid row editing and would like to handle such an event. In this event I would like to reload the other sections.

Any help is appreciated,
Thanks

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 08 Jun 2012, 09:36 AM
Hi Shuchi,

Basically when you press the Save button the following events are fired:
  1. OnCommand where e.name == "update"
  2. OnSave
    --- pause for the Ajax Request ---
  3. OnComplete where e.name== "update"
  4. OnDataBound

You can check this online demo which shows the complete event workflow of the Grid.

Regards,
Petur Subev
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
Shuchi
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or