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.
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
Thanks, that worked great!
Thanks for the feedback. If you have any questions, feel free to write us