Home › Forums › WinForms controls › Xceed Grid for WinForms › Howto expand detailGrid row’s that belong to a DataRow? › Reply To: Howto expand detailGrid row’s that belong to a DataRow?
Hi C#,
If you want to expand the detail grid of a specific DataRow, you can do the following:
this.gridControl1.DataRows[0].DetailGrids[0].Expand();
I hope this is the information you were looking for!
Imported from legacy forums. Posted by Jenny [Xceed] (had 309 views)