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
685
column size
posted

err, I got 4 grids on a form.

in "InitializeLayout" for each grid I go and specifically set the  "Width" , "MaxWidth" and "MinWidth" of each and every column.

But find that the grids do not align and sizes vary. 

Help?

Should i go to the band header?  Set something at a grid level ?

e.Layout.Bands[0].Columns["Sat"].MinWidth = 60;

e.Layout.Bands[0].Columns["Sat"].Width = 60;

e.Layout.Bands[0].Columns["Sat"].MaxWidth = 60;

 

  

 

  • 469350
    Offline posted

    Hi,

        It's impossible to guess what's happening without knowing what the actual results look like. Can you post a screen shot or a small sample project demonstrating the issue?