AdvStringGrid Precision Display for float values.

Is it possible to set the Precision Display for the float value in AdvStringGrid for the column, as it is in AdvEdit (PrecisionDisplay = pdShortest)?

Try to set grid.FloatFormat := '%g';

Thanks Bruno,
this works, but no thousand separator is displayed for the 'g' tag

Then use %m

http://www.delphibasics.co.uk/RTL.php?Name=format