Rank: Member Groups: Member
Joined: 4/23/2009 Posts: 23
|
Trying to right justify numeric data. only two format that seem to work are {0:N2} and {0:C}. Using static column. Please advise. Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe those are the only ones implemented on the client side. The Grid must format the contents on the client side, so while server side has much more formatting options, the available options are being restricted to what's implemented on the client side.
Thanks!
|
Rank: Member Groups: Member
Joined: 4/23/2009 Posts: 23
|
So.... Looking for a simple way to set a column to text-align:right..... Help?
|
Rank: Member Groups: Member
Joined: 4/23/2009 Posts: 23
|
Woops...found a simple way by adding <Cellstyle CssTxt="text-align:right" />
|