I have a GridFoterItem in my ItemDatabound and it works great. The only issue I have with it is that I don't know how to align the text to the right instead of the default left. Below is what I have any help would be great! Thanks!
GridFooterItem footerItem = e.Item as GridFooterItem;
footerItem[
"person"].Controls.Add(new LiteralControl("<strong>Total</strong><br/>"));