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
229
AutoFitStyle + WrapHeaderText = column width doesn't stop changing
posted

 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

Parents
No Data
Reply
  • 1803
    posted

    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

Children