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?
Hello,
I tried this several times and it works fine for me. And without even trying to reproduce it I can tell that this should not be happening the more so as you are running this code in the 'InitializeLayout' event.
I will be happy to take a look at a sample reproducing this issue if you encounter it once again.
It's working now on first load. Go figure.