.NET GridView - Can you right-align just one column?

后端 未结 6 1820
夕颜
夕颜 2021-01-02 01:21

Can you easily right-align just one column in a GridView?

I have this


         


        
6条回答
  •  無奈伤痛
    2021-01-02 02:19

    Enclose the item in the ItemTemplate in a div and then set styling to the div.

    
    
    // css for div #divReportName { text-align: left;}

提交回复
热议问题