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"].Width = 60;
e.Layout.Bands[0].Columns["Sat"].MaxWidth = 60;
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?