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?
Am I missing a step or something wrong with the Grid?