Hi There,
I'm using the Summary feature of the grid, but i just want to display the Sum operand, not all of the values.
How can i go about doing this? IT's a basic sum operation on the grid fields. Can i override the summary displays to include just the Sum total?
Here's the code snipped in cshtml
features.Summaries().Type(OpType.Local).ColumnSettings(settings => { settings.ColumnSetting().ColumnIndex(0).AllowSummaries(false); });
To show only the Sum operand for your GEPCO bill grid, simply adjust the summary settings as shown. This configuration will display the total sum only, without individual values in each row.
To display only the total sum in your GEPCO bill grid, modify the summary settings as indicated. This adjustment will show just the overall total, omitting the individual values for each row.