This is a migrated thread and some comments may be shown as answers.

Handling Large Number of Records on Grid

1 Answer 841 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Archieval
Top achievements
Rank 1
Veteran
Archieval asked on 05 Oct 2020, 02:14 AM

Hi

I'm just wondering if this is possible to achieve in telerik grid, i have a grid that handles transactions record that surely will have huge number of records thousands or maybe millions, i have pagination allowed, here is the question, is this possible to read for example 10 records per page literally in the database but display also the number of pages and total records?

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 06 Oct 2020, 01:02 PM

Hi Archieval,

In order to achieve the desired behavior, use an Ajax binding. When configured for Ajax binding, the Kendo UI Grid for ASP.NET MVC makes Ajax requests for every data operation. This provides the opportunity to work with a huge amount of data.

For the needs of the good performance, keep the ServerOperations of the DataSource to true(set by default).

Find attached a sample project that has the needed requirements implemented(data = 5 000 000 records and PageSize = 10 ).

Let me know if further assistance is needed.

 

Kind Regards,
Anton Mironov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
Archieval
Top achievements
Rank 1
Veteran
Answers by
Anton Mironov
Telerik team
Share this question
or