Hi
If I set the following:
ultraGrid.DisplayLayout.AutoFitStyle = AutoFitStyle.ResizeAllColumns;ultraGrid.DisplayLayout.Bands[0].Override.WrapHeaderText = DefaultableBoolean.True;
and then click on one header cell to sort, the column widths are changing and changing and changing. never stops again. It's difficult to explain, so watch the video I took (http://imis.pog.ch/idas.avi 4MB). If I only use one of the code lines above, all works fine.
Have you any solution for that problem?
I use NetAdvantage .NET 2007 Vol. 3 CLR 2.0
Best regards
Clay
Hi Schaad,
Seems to be very odd one.. some sort internal event is gettin triggered..
Try checking for the events associated.
Try setting the Multiline property and PerformAutoResizeColumns for the layout.. hope it helps you out
regards,
Arun
It looks like that these properties are not available in my version (2007) of the WinGrid
regards