Hi,
I have a Grid and I have turned on grid summaries like this for columns.
{ name: "Summaries", compactRenderingMode: true, resultTemplate: "{1}", columnSettings: [ { columnKey: "ABC", allowSummaries: true, summaryOperands: { type: "sum", RowDisplayLabel: "Total" } },
I have 2 questions regarding the summaries.
1. I want to disable the icons in the summary grid that let you do select the different kind of summary options. I don't want that icon.
2. I have a string column like "Name" as my first column, I want my footer / summary to show a static value ? "Total" or Sum there, how can I do that.
hi,
You can use fallowing summary option to disable summary icon