Is there a property that overrides the AutoFillStyle. I have one grid where the size of the last column seems to be fixed despite the ExtendLastColumn.
Does the column allow sizing (i.e. have you specified any properties that would prevent it from sizing)? Are you changing this property in code? Perhaps AllowColSizing is set to false, though I don't know if this has an effect on the automatic column sizing.
-Matt