This question is locked. New answers and comments are not allowed.
Hello,
I'm wondering if the following is possible with MVC grid :
In your demo : http://demos.telerik.com/aspnet-mvc/razor/grid/aggregatesserverside the lines are grouped by "Units in stock" and a sum is done in the footertemplate (in "unit price" column).
Is it possible to display the "unit price" sum in the Group Header Template, while grouping by "Units in stock" ?
so that we have : "Units In Stock: 0 (Count: 5) - Sum: $229.44" .
My goal is to display the aggregate at the top of the group, instead of the bottom.
Thanks for your help.
I'm wondering if the following is possible with MVC grid :
In your demo : http://demos.telerik.com/aspnet-mvc/razor/grid/aggregatesserverside the lines are grouped by "Units in stock" and a sum is done in the footertemplate (in "unit price" column).
Is it possible to display the "unit price" sum in the Group Header Template, while grouping by "Units in stock" ?
so that we have : "Units In Stock: 0 (Count: 5) - Sum: $229.44" .
My goal is to display the aggregate at the top of the group, instead of the bottom.
Thanks for your help.