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
395
UltraGrid band column width issue.
posted

Hello, I have an ultragrid where in the data-set bound to the grid a table may have 1 or more child tables which may have different columns. I am having an issue formatting the band and setting unique widths for each column. It seems that a column in the n'th display position of band x must have have the same width as all the other columns in that band and display position. I am wondering what is a possible workaround to this?

Here is what it is doing now:

 

Thanks.

Parents
No Data
Reply
  • 53790
    Verified Answer
    posted

    Hello Alkali,

    Could you please try to set AllowColSizing property. For example:

    ultraGrid1.DisplayLayout.Override.AllowColSizing =AllowColSizing.Free;

    and after that try to apply different widths to each column.

    Let me know if you have any questions.

    Regards

     

Children