This question is locked. New answers and comments are not allowed.
Hello,
I am receiving an error when rendering a grid (that contains no data) that has several aggregate columns defined with associated ClientFooterTemplates.
For example:
Additionally the following string format call is not working with the ClientFooterTemplate:
This issue seems to be similar to : http://www.telerik.com/community/forums/aspnet-mvc/grid/empty-collection-causes-jscript-exception-when-using-ajax-binding-with-aggregate.aspx
Question: Is this issue fixed in the current release (we are using: version - 2011.2.712.340) or will we need to use the Hot Fix identified in the referenced forum.
Thanks,
Jon
I am receiving an error when rendering a grid (that contains no data) that has several aggregate columns defined with associated ClientFooterTemplates.
For example:
columns.Bound(x => x.Sent) .Format("{0:,0}") .Width(48) .Aggregate(aggregates => aggregates.Sum()) .HeaderHtmlAttributes(new {@class="flushRight"}) .HtmlAttributes(new {@class="flushRight"}) .FooterHtmlAttributes(new {@class="flushRight"}) .ClientFooterTemplate("<#= Sum #>");Additionally the following string format call is not working with the ClientFooterTemplate:
$.telerik.formatString('{0:c}', Sum)This issue seems to be similar to : http://www.telerik.com/community/forums/aspnet-mvc/grid/empty-collection-causes-jscript-exception-when-using-ajax-binding-with-aggregate.aspx
Question: Is this issue fixed in the current release (we are using: version - 2011.2.712.340) or will we need to use the Hot Fix identified in the referenced forum.
Thanks,
Jon