When I set the igGridGroupBy -> columnSettings -> summaries -> text value to something, I expect that it is what I will see preceding my summary value, and that is what happens. However, it also inserts my columnKey before the text. The columnKey is often NOT a user friendly name, and confuses things. When I set the text property, then I expect that it is only going to show that text before my value...nothing else.
I modified the infragistics.ui.grid.groupby.js line 2456 to the following so that it behaves the way I would expect it to, and provides user friendly text.
shtml += " " + (cs[i].summaries[j].text || (cs[i].columnKey + " " + cs[i].summaries[j].summaryFunction)) + " " + cs[i].columnKey + cs[i].summaries[j].summaryFunction + $$value$$";
Hello,
Thank you for posting in our community.
I have created a private support case with an ID of CAS-174084-R6V3P2 for you and I will continue assisting you via this support case. In order to view it on pur web site please follow these steps:
1) Log in with your account on our web site - https://ko.infragistics.com
2) From the Support/Account menu item select View Account Info. This will lead you to My Keys & Downloads page - https://ko.infragistics.com/my-account/keys-and-downloads
3) From the menu on the left side of the page select Support Activity - https://ko.infragistics.com/my-account/support-activity
There you will find a list with all the active cases.
Please let me know if you have any additional questions regarding this matter
Thanks,
Miro Hristov