Posted 3 August 2026, 8:17 am EST
Hi Russ,
To delegate events from controls hosted inside a RowDetail, you can create a custom event in your RowDetail implementation and forward the internal control events to the main form through the RowDetail object.
Please refer to the attached sample project. In the sample, we inherit the C1FlexGridRowDetail class, handle the child grid’s AfterRowColChange event, and forward it to the main form through a custom event exposed by the RowDetail implementation.
Note: To avoid any memory leaks, please make sure to remove all the event handlers by overriding the Removing method of the RowDetail.
Attachment: FgRowDetailEvents.zip
Best Regards,
Kartik