We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon