Can you easily right-align just one column in a GridView?
I have this
Enclose the item in the ItemTemplate in a div and then set styling to the div.
// css for div #divReportName { text-align: left;}