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 7784009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:00:51+00:00 2026-06-01T20:00:51+00:00

I have a kendo ui grid and would like there to be an export

  • 0

I have a kendo ui grid and would like there to be an export button so that when they export to a CSV they could have the same filtering that is on the grid shown.

I would like the post to accept the KendoGridRequest much like the

    [HttpPost]
    public JsonResult Grid(KendoGridRequest request)
    {
        var employees = GetEmployees();
        var grid = new KendoGrid<Employee>(request, employees);
        return Json(grid);
    }

I would like to add an Export button that would use the same filters in the post so
the Export action could also accept the KendoGridRequest and would return a CSV file

    [HttpPost]
    public ActionResult Export(KendoGridRequest request)
    {
        var employees = GetEmployees();
        var grid = new KendoGrid<Employee>(request, employees);
        return ToCsv(grid);
    }

the KendoGridRequest class comes from the KendoGridBinder project

  • 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-01T20:00:52+00:00Added an answer on June 1, 2026 at 8:00 pm

    Basically you can find all the items (needed to create an KendoGridRequest object) contained in the dataSource field exposed by the object of the Grid and send them when posting your data to the Export action method.

    i.e.

       var dataSource = $('#yourGridID').data('kendoGrid').dataSource;
        var page = dataSource._page;
        var skip = dataSource._skip;
        var take = dataSource._take;
        //etc.
    

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

Sidebar

Related Questions

Have you ever seen any of there error messages? -- SQL Server 2000 Could
I am using the Telerk Kendo UI grid that loads data remotely. The QueryString
I have a problem to configure the Kendo-Ui with Combo-box with custom values. I
I have a problem in binding JSON data to KENDO Pie Chart. I have
Have a bunch of WCF REST services hosted on Azure that access a SQL
What I'm doing: I'm creating a sample app that shows how to incorporate Kendo
I'm working on a project that requires Kendo UI. We are currently working with
Have a problem that seems easy on paper but i'm having a big problem
I have a legacy table with (horrible) column names like LYEAR#2, LYEAR#3 ... LYEAR#9
Have advancements in CPU design like dynamic instruction scheduling narrowed the performance gap between

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.