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!
Thanks very much for your suggestion, Angel.
SummarySettings(
I add this in initial;, Format seems working, but MultiSummaryDelimiter doesn't work at all.