Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
675
WrapHeaderText
posted

I have the following code in the InitializeLayout:

e.Layout.Override.CellMultiLine = DefaultableBoolean.True;
e.Layout.Override.WrapHeaderText = DefaultableBoolean.True;

When I first load the grid, the property doesn't take effect. If I load it again, the headers are now wrapped

What gives, and how can I solve this?