Currently, relative width is not supported in the GridControl out of the box. However, to achieve this functionality, the BandedViewBehavior can be used. Define columns in the BandedViewBehavior.ColumnDefinitions collection and use the BandedViewBehavior.Column attached property to specify a column.
↧