Hello Vinson,
Thank you for writing.
You can access the
ChildRows for each data row in
RadGridView by the GridViewRowInfo.
ChildRows property. Thus, you can manipulate the child rows. As to the check boxes, note that you can use a
GridViewCheckBoxColumn and check the cell value before deleting a row. Here is a sample code snippet demonstrating how to access the checkbox value (column "
AllowDelete") for the 3rd child row in the first master row:
The following help article demonstrates how to iterate the hierarchical rows:
http://docs.telerik.com/devtools/winforms/gridview/rows/iterating-rows
I hope this information helps. Should you have further questions I would be glad to help.
Regards,
Dess
Telerik by Progress