hi , i'm new in asp.net and also using telerik.my question is when use datapager in form with other control such as : asp:SqlDataSource and select command like SELECT * FROM [Table] , all record get from table or this control chunk selected record from table.
Thanks.
Thanks.
5 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 23 Dec 2013, 03:02 AM
0

Hasan
Top achievements
Rank 1
answered on 23 Dec 2013, 10:32 AM
Hi Shinu,
thank for your answer but i think my Question asked bad!!
look i know SELECT * FROM [Table] get all the columns from all rows in the table.
What I want to know is that for each page that RadDataPager shown based on PageSize all record get from table and put this to memory and when page change all record grab again from table or record get as PageSize for each page.
thanks and sorry if my text is written wrong My English is poor!!!
thank for your answer but i think my Question asked bad!!
look i know SELECT * FROM [Table] get all the columns from all rows in the table.
What I want to know is that for each page that RadDataPager shown based on PageSize all record get from table and put this to memory and when page change all record grab again from table or record get as PageSize for each page.
thanks and sorry if my text is written wrong My English is poor!!!
0
Hello Hasan,
I'm not sure that I fully understand your question, but I suppose that you would like to cache the datasource. If this is so, can you please provide some more information about your scenario? What control is paged with RadDataPager in this case?
Regards,
Daniel
Telerik
I'm not sure that I fully understand your question, but I suppose that you would like to cache the datasource. If this is so, can you please provide some more information about your scenario? What control is paged with RadDataPager in this case?
Regards,
Daniel
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
0
Hello Hasan,
If the datasource control supports paging natively (LinqToSql, EntityDataSource, etc) you will get only the current records. This would not be the case when binding to SqlDataSource for example.
Regards,
Daniel
Telerik
If the datasource control supports paging natively (LinqToSql, EntityDataSource, etc) you will get only the current records. This would not be the case when binding to SqlDataSource for example.
Regards,
Daniel
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.