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

[Solved] ItemUpdated event not firing with Hierarchy Grid?

1 Answer 248 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jason Clark
Top achievements
Rank 2
Jason Clark asked on 08 Apr 2008, 07:02 PM
I'm currently using a RadGrid with one level of Detail Tables under the Parent.  When I attempt to update or delete with either the MasterTableView or the DetailsTable, the ItemUpdated event and ItemDeleted event don't seem to fire.  I've got my page running in debug mode, I've set a breakpoint at the instantiation of both events, and it never hits those breakpoints, meaning I get no update or delete.

Am I missing a step or something wrong with the Grid?

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 11 Apr 2008, 08:47 AM
Hi Jason,

The ItemUpdated/ItemInserted/ItemDeleted events are raised only with automatic operations enabled. Can you please verify that you enabled automatic data editing at detail table level? You can use the project from this code library thread for further reference:

http://www.telerik.com/community/code-library/submission/b311D-ghdhk.aspx
 
Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Jason Clark
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or