Hi everybody,
I am trying to implement an indention in the flexgrid cell using the Column.Format property.
if I set the format to "#,##0 €" it works fine, result would be for example "12,345 €"
What does not work is for example Column.Format = "0 "; it seems, the format string is being trimmed by the base class.
How can I implement an indention for numbers, aligned right, but not "sticking" to the very border of the cell?
thanx in advance
ron