flood and float cells

How can I set all cells to float and all cells to allow flood at the beginning of grid initilization? Thanks!

1 Reply

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.

Loader.
Up arrow icon