Home › Forums › WinForms controls › Xceed Grid for WinForms › How to set Column Widths on DetailGrids? › Reply To: How to set Column Widths on DetailGrids?
One of the approaches I’ve used is to loop through each datarow. Each data row has a property detail grids. Select the detail grids for each data row and then resize that sub grid. A bit much but that’s the way I’ve done it. If you come up with a better way let me know.
Imported from legacy forums. Posted by Chris (had 253 views)