Tagged Questions
8
votes
4answers
1k views
How should times be aligned in a column
I have a data grid of three columns of type [Time, Decimal, Decimal]. All records in the decimal columns have the same number of decimal places. I have right aligned these as they're numeric.
But I ...