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

Question about grid paging

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Marietta
Top achievements
Rank 1
Marietta asked on 03 Mar 2009, 08:53 PM

Hi,

I need somebody from Telerik to answer these questions:

1. A grid with AllowPaging property to True and PageSize=15, and filtering, groping, etc, where exactly store all the records?

2. The same grid in question 1, when go to the next page, from where the grid load the next 15 records?

3. A grid with AllowPaging property to True and PageSize=15, and no filtering, no groping, etc, where exactly store all the records?

4. The same grid in question 3, when go to the next page, from where the grid load the next 15 records?

Note: We are not using LinqDataSource or EntityDataSource and we are using build-in paging.

thanks.

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 06 Mar 2009, 04:36 PM
Hello Marietta,

Concerning questions 1 & 3:
Regardless of Paging, Filtering and Grouping being enabled, all the 15 records are always rendered on the server and sent to the client, so essentially in run time they are contained in the browser in the form of html mark-up. 

Regarding questions 2 & 4:
No matter if filtering, sorting and grouping are enabled, the page command is one of RadGrid's commands that implicitly require the grid to rebind. The latter means that the on each page change the grid will query its data source and fetch the records from there.

I hope this helps.

Kind regards,
Tsvetoslav
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Marietta
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or