Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to align text within a FooterTemplate cell in a GridView

How to align text within a FooterTemplate cell in a GridView

I tried the following but the text is still centered (there is a parent center tag):

<FooterTemplate>
    <span style="size:100%; padding:0; text-align: right">Total:&nbsp;</span>
</FooterTemplate>
like image 575
Shimmy Weitzhandler Avatar asked Dec 17 '22 07:12

Shimmy Weitzhandler


1 Answers

In the parent column of the template try setting FooterStyle-HorizontalAlign="Right"

like image 124
Matthew Jones Avatar answered Dec 28 '22 08:12

Matthew Jones