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
2490
UltraWinGrid with 2 bands
posted

I would like to know if I can have independent colunm between first band and second band.

Because when I enlarge le colunm on first band is change le larger of my second band.

 

Francois.

  • 469350
    Offline posted

    Hi Francois,


            private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e)
            {
                UltraGridLayout layout = e.Layout;
                UltraGridOverride ov = layout.Override;

                ov.AllowColSizing = AllowColSizing.Free;
            }