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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T21:25:57+00:00 2026-06-13T21:25:57+00:00

By default the Kendo Grid for ASP.NET MVC will perform server side requests and

  • 0

By default the Kendo Grid for ASP.NET MVC will perform server side requests and load the page and grid on a single request. However, when configured for ajax binding the Kendo Grid for ASP.NET MVC will make ajax requests after the page is loaded which requires one extra request (one for the page and one extra for the data used by the grid). Is there a way to combine server binding and ajax binding to eliminate the extra request made in ajax binding alone? All I’m looking is to load the data for the page and grid at the same request (like Server Side Binding) for the first time and use ajax binding for subsequent requests. To disable the initial load on ajax binding we can disable the AutoBind Configuration Option (autoBind:false) of the grid. Now, I need a way to show the data on the grid while the autobind option is disabled. Any idea????

  • 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-13T21:25:58+00:00Added an answer on June 13, 2026 at 9:25 pm

    To bind the Grid initially you should either pass your collection to the Grid method.

    Html.Kendo().Grid<Customers>(theCollectionOfCustomersWhichWillBeUsedInitially)
    //...
    

    Or you could pass it to the BindTo method (which is actually the same 😉

    Html.Kendo().Grid<Customers>()
    .Name("someName")
    .BindTo(sameCollectionasAbove)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The default strongly-typed Edit page in ASP.NET MVC 3 generally exposes all fields for
Default ASP.NET MVC project has one MapRoute like routes.MapRoute( Default, {controller}/, new { controller
The default route in ASP.net MVC is the following: routes.MapRoute( Default, // Route name
In my Kendo Grid I have the default Add a new Record button and
By default does ASP.net protect against SQL injection attacks when using ASP controls?
Default JVM uses maximum 1.5 GB RAM/JVM Java application. But my Server have 8
By default, the Requests python library writes log messages to the console, along the
I have have got a MVC 3 Project where I use a Kendo UI
Default.aspx; <form id=form1 runat=server action=Default2.aspx method=post> <input type=checkbox name=change id=change/> </form> Default2.aspx.cs string ismultiple
By default it just displays the very left side of the view, letting you

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.