AD
Administrator
Syncfusion Team
April 23, 2004 12:48 PM UTC
I think all you have to do is to set this property as I think the default cell style is to set FloatCell = true.
Me.GridControl1.Model.Options.FloatCellsMode = GridFloatCellsMode.BeforeDisplayCalculation
If I am wrong about the default setting, then you can also set gridControl1.TableStyle.FloatCell = true to force every cell style to allow floating.