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,
those options cannot be set / changed after the grid has already been instantiated. I suggest to set them in your initial options. Hope it helps. Thanks,
Angel
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!
Hi ,
I found the problem. Thanks very much, No sample code was needed
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.