This question is locked. New answers and comments are not allowed.
I have a situation where I would like to bind 3 grids in master->child(1)->child(2) configuration which works swimmingly as shown in the demos. I would like to be able to click a button for a record in the master grid that sets it to editing mode (for only that single record) but throws the two child grids into editing mode as well. Their entire contents would be editable and linked with the master record. I would need to intercept the edits and perform all updates via custom logic. Is there a way to accomplish this with the Telerik grid or is this beyond the scope of the current control set?
TIA
TIA