Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
How to make multiSummaryDelimiter work.
posted

 

 

 

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"});