This question is locked. New answers and comments are not allowed.
HI All,
I have the following bound column. The data right justifies, but not the Totals???
I have the following bound column. The data right justifies, but not the Totals???
columns.Bound(pz => pz.GrossSum).Title("Gross").Format("{0:0.00}").Width(60).HtmlAttributes(new { style = "text-align:right" }) .Aggregate(aggregates => aggregates.Sum()) .ClientFooterTemplate("Total: <#= typeof Sum != 'undefined' ? $.telerik.formatString('{0:0.00}', Sum) : 0 #>");