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

  • Home
  • SEARCH
  • 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 9149721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:30:57+00:00 2026-06-17T11:30:57+00:00

I have a question about how the Telerik grid stores data internally after fetching

  • 0

I have a question about how the Telerik grid stores data internally after fetching it as part of infinite scroll operations. I am using the remote virtualization mode and fetch new records through Ajax calls.

I am able to access the data set that is currently bound to the grid through:

$("#Grid").data().kendoGrid.dataSource.view()

As expected the grid makes an Ajax request to request new pages, but it seems to store data for previous pages in an object somewhere. Is there a way to acccess that object through the cient side API? Meaning can I view all the data for all the pages that were requested by the grid (not just the current page)?

I have also noticed that the grid will often make the same Ajax request twice during scrolling (for the same page number). Is there a way to prevent this since the duplicate request seems to return the same data as the previous one.

  • 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-17T11:30:58+00:00Added an answer on June 17, 2026 at 11:30 am

    All the data is stored in chunks of data called “ranges” within the internal _ranges array.

    You can cycle through all the loaded data like this:

    var chunks = $('#gridName').data().kendoGrid.dataSource._ranges
    for(var i=0;i<chunks.length;i++){
        for(var j=0;j<chunks[i].data.length;j++){
            console.log(chunks[i].data[j])
        }
    }
    

    Regarding the multiple same requests – I think this is addressed and if it is not already fixed in the latest internal build it should be in the nearest releases.

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

Sidebar

Related Questions

I have question about interpreting strings as packed binary data in C++. In python,
i have question about YAJLiOS parser... I have next json data : {{ body
I have a question about Telerik. I have a RadGrid where inside the MasterTableView
I have question about benefit of using areas and necessity of them. I see
Friend, I have question about cascade trigger. I have 2 tables, table data that
I have question about the need of using @configurable . I have gone through
Have a question about sending data between classes and activities. I currently have a
I have question about grouping data into specific categories. Generally, if I have a
I have a question about the data types in sqlite3. As a value of
I have question about pattern Table data Gateway... I´m creating small project, only for

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.