Posted 28 February 2020, 12:53 pm EST
Hi,
In Flexgrid 4.0.20191.363, the AutosizeFlags.IgnoredMerged doesn’t seem to work. The grid.AutoSizeCols() method with that flag still resize the columns based on the size of the merged cells.
_grid.AutoSizeCols(0, 0, _grid.Rows.Count - 1, _grid.Cols.Count - 1, 3, AutoSizeFlags.IgnoreMerged); yield:
Notice columns 2-5 width is based on the top merged cell row with value of “Amount Used”
I know this work in C1Flexgrid v2.0, but it does not seems to work in 4.0.
Thanks,
HL