I have one gridControl with one DetailGrid.
Each Datarow(on the gridControl) has a number of detailRow’s.
How do I expand the detailRows that belong to one specific DataRow?
This code do not work:
this.gridControl1.DetailGridTemplates[0].Collapsed = true;
because then all the rows of the DetailGrid are expaned.
I only want to expand the detailRow’s that belong to one specific datarow.
this.gridControl1.DataRows[0] ??
Any help?
Imported from legacy forums. Posted by C# (had 4083 views)