handle large data using template grid

0
so i have a list of data nearly 2000+ rows and am using a template grid to show this data. since the list is huge, this form is getting loaded slowly. is there any option to show only few rows at first and using paging buttons i retrieve next list of data?
asked
2 answers
1

default behavior of the template grid is as required, each page loads on paging.

You can set the nr of show rows in template grid widget.

Retrieve of data can be improved using indexes on the entity. Index should be on sorting attibute of template grid

answered
0

when you click next page, Is this will work for retrive data only 3 rows? or This will read all data at one time and just show 3.

answered