Summary Operands Asp.Net MVC Helper (.net core)
New DiscussionHi 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);
});
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
2 Created On
Dec 07, 2025 Last Post
1 year, 5 months ago 