Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8877339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:26:43+00:00 2026-06-14T19:26:43+00:00

Using the Kendo UI Grid and MVC 4, I haven’t been able to find

  • 0

Using the Kendo UI Grid and MVC 4, I haven’t been able to find a way to put summary totals (financial) at the bottom of the grid for select columns.

Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:26:46+00:00Added an answer on June 14, 2026 at 7:26 pm

    Yes indeed! check DataSource Aggregate.

    Example:

    var stocksDataSource = new kendo.data.DataSource({
        transport:{
            read:function (options) {
            }
        },
        schema   :{
            model:{
                fields:{
                    name :{ type:"string" },
                    price:{ type:"number" }
                }
            }
        },
        aggregate:[
            { field:"price", aggregate:"sum" }
        ],
        pageSize :10
    });
    

    I have defined a DataSource with two fields: the items name and price. I want to totalize the price so I defined an aggregate for price and what I’m going to do is sum (you can also min, max, average and count).

    Then in the Grid when I define the columns I write:

    columns    :[
        { field:"name", title:"Product" },
        { field:"price", title:"Price", footerTemplate:"Sum: #= sum # " }
    ],
    

    And that’s it!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Kendo UI Grid in MVC 4 : I am trying to put a
I am using the Telerik Kendo grid with MVC and C#. I have a
I am using Kendo UI MVC grid. One of the properties of the model
Using Kendo UI with MVC 4: I have a Grid with columns. I need
i'm using the kendo ui grid on my backbone application. i used this codes.
I am using mvc4. On one of my page, it has Kendo Grid. I
Been trying to do an update on a Kendo grid and I'm having issues.
I am using Kendo UI grid and Form and these are separated by a
I'm using a Kendo Grid's removeRow function. It works, but it always prompts Are
How do I change the height of the Kendo Grid when using wrappers?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.