When a set yhe groupby summarysetting with multiSummaryDelimiter and summaryFormat, the group summary doesn't show the " | ", and the Format "#.0".
Anything specific should I do to make the groupby summarySetting working?
$(
"#igGrid1").igGridGroupBy("option", "summarySettings", {
multiSummaryDelimiter: " | ",
summaryFormat:
"#.0"});
Hi,
I am having the same issue. Can you please let me know how you fixed it?
Hi tomcatyou.
Thank you for your reply. Glad that your issue has been resolved. Please feel free to contact me if you have any questions.
Hi ,
I found the problem. Thanks very much, No sample code was needed
Could you give me a code sample(cshtml will be better) to make the multiSummaryDelimiter work? Cause I can't find anything changed even when I set it in my initial options.
thanks very much!
Thanks very much for your suggestion, Angel.
SummarySettings(
I add this in initial;, Format seems working, but MultiSummaryDelimiter doesn't work at all.