Is there a way to display only the SUM in the summaries instead of the SUM, MIN, MAX, AVG, and Count.
I basically want a Totals row at the bottom of my table with the SUM only of each column. Is that possible?
Okay, so I found the answer. There was a typo in your code. This worked for me.
{ columnKey: "ProductCount", allowSummaries: true, summaryOperands: [{ "rowDisplayLabel": "Total:", "type": "SUM", "active": true }]}, { columnKey: "ItemCount", allowSummaries: true, summaryOperands: [{ "rowDisplayLabel": "Total:", "type": "SUM", "active": true }]}
Guys,
Is this still a valid way to do it in javascript?
I am trying to get this working in JS now and not through razor. As of right now, I am not able to get the columns to only display the sum calculation.
Yes, my answer was solved and no I do not need any further assistance. It was solved when my code was ported from vs2012 to vs2013 and the controls worked as intended. Thanks!
Hi Ryan,
I am just checking if the latest reply helped you out or if you require any further assistance on the matter.
This sounds strange - can I ask you to compare the 2 html that is generated by the wrapper that you run in 4.0 and those in 4.5. I think they both should generate the same HTML code - and it is strange for me. Are you sure you are using the same configuration and the only difference is in Framework version.
Thanks,
Miro