This is probably very obvious but I’ve spent way too long trying to find the answer.
I need to expand/collapse the detail grid rows at runtime. I have tried:
detailGrid.Collapse()
and
detailGrid.Collapsed = true;
Neither work.
Interestingly, when I have created a group I can collapse the detail grid rows with
group.Collapse();
Imported from legacy forums. Posted by Justin (had 1788 views)