In the old COM version of Ultragrid you could set the overrides column sizing to CoSizeFree and then while in design mode you could adjust the column width and it would not affect the other levels. However this does not seem to work in the NET version.
In other words lets say I have 3 columns on the 1st level and 4 columns on level 2.
If I adjust the width of column 1 on level 1 then it also adjust the width on level 2.
I guess there must be some other way to handle this?
This is at design time...
The propertty you are looking for is called AllowColSizing. I'm pretty sure this is same as the property in the ActiveX grid.
Looks like if you use the designer to layout everything this just doesnt work. If you use the older method like the COM version, then it does work.