D
D
Dmitry2017-08-17 15:44:11
ASP.NET
Dmitry, 2017-08-17 15:44:11

How to make sure that all the data is not loaded into an existing table at once?

There is a table of 40 thousand + items.
There is an output of this table on View. Filters, sorting, etc.
I use Kendo.
The data in the table is loaded at once and all. Is it possible to make the data in the table loaded only by the filters used? (such as: how much to display per page and which page is open.)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Akaero, 2017-08-21
@Akaero

Here is an example of how only the necessary data fragments are taken from the database:
https://metanit.com/sharp/mvc5/5.13.php
And so you need to create an action in the controller, which takes "filtering, sorting, page" as parameters and make queries to the database using them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question