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
960
Column Width
posted

Hello,

 

I have 2 bands in my grid.  Is it possible to set different column widths for each band?

for example, can column 1 be one width in first band and another width in the second band.

 

Thanks,

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    Yes, the column widths in each band are synchronized by default, but you can change this.


            private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
            {
                e.Layout.Override.AllowColSizing = AllowColSizing.Free;    
            }  

Children
No Data