Hi
I have a self referencing grid (using something like .Relations.AddSelfReference(.MasterTemplate, "ID", "IDParent")) and using .BestFitColumns() to automatically adjust columns width.
The ID column that contains (the column showing the hierarchy) is not adjusting for all the levels.
I needed to set the MinWidth property of the column to try to set a better width.
Is there something you can do?