Hello!
I wrote my own OnDrawColumnCell event where text displayed is this way:
if Column.Alignment = taRightJustify then
TextOut( RightX(Rect.Right, Column.Field.DisplayText, gZlec.Canvas), Rect.Top+2, Column.Field.DisplayText)
else if Column.Alignment = taCenter then
TextOut( CenterX(REct.Left, Rect.Right, Column.Field.DisplayText, gZlec.Canvas), Rect.Top+2, Column.Field.DisplayText)
else
TextOut( Rect.Left+2, Rect.Top+2, Column.Field.DisplayText)
Sometimes Thousand separator displayed is as question mark '?' instead of space ' '.
Example ion attachment.
I do not know why and when.
Has someone any suggestions?
Regards,
Krzysztof