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

RagGrid updateCommand event nor firing

1 Answer 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christopher
Top achievements
Rank 1
Christopher asked on 15 Sep 2010, 09:31 PM
I'm using a RadGrid with GridEditCommandColumn, my datasource is a list of objects that can't be updated directly and I want to handle inserts\updates\deletes manually...my problem is when I click the GridEditCommandColumn.Update icon I get a postback but not other event fires.  How can I get updateCommand event to fire.  Also...

RadGrid1.MasterTableView.EditMode =

 

GridEditMode.InPlace;

 

RadGrid1.MasterTableView.AllowAutomaticDeletes =

 

false;

 

RadGrid1.MasterTableView.AllowAutomaticInserts =

 

false;

 

RadGrid1.MasterTableView.AllowAutomaticUpdates =

 

false;

Thanks

 

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 16 Sep 2010, 12:10 PM
Hello Christopher,

The event which you need to handle when the GridEditCommandColumn is clicked is ItemCommand/EditCommand. UpdateCommand occurs when the Update button is clicked for an item in edit mode in the Telerik RadGrid control.

You can read more on event sequence in RadGrid at that address.

Sincerely yours,
Tsvetina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Christopher
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or