When I try implementing this, the columns are sized to fit only the text in the header row, not the data in the grid. Does the GetFittedWidth method evaluate cells in every row or just the header?
Imported from legacy forums. Posted by rherin (had 338 views)
It should evalute the width of every cell in the column and adjust its width to the largest cell. Is this not the behavior you are seeing? What code are you using?
Imported from legacy forums. Posted by Jenny [Xceed] (had 215 views)
I think what’s happening is that I’m calling GetFittedWidth after I have created groups and collapsed the data. When I expand the data first, it behaves as you described.
Thanks…
Imported from legacy forums. Posted by rherin (had 4458 views)