Text Alignment
Posted: Tue Oct 02, 2012 6:58 pm
I have two sql populated grids and I have set the header alignment and data alignment
Like heading: left, right data: left right
In firefox the header and data align correctly but in ie9 the headings are centering and the numeric data is left justified.
firefox:
Code Amount
1234 1,213.00
4323 100.12
IE:
Code Amount
1234 1,212.00
4323 100.12
Why would it do this?
Like heading: left, right data: left right
In firefox the header and data align correctly but in ie9 the headings are centering and the numeric data is left justified.
firefox:
Code Amount
1234 1,213.00
4323 100.12
IE:
Code Amount
1234 1,212.00
4323 100.12
Why would it do this?