Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > efficient pagination View modes: 
User avatar
Member
Member
zhaojicheng-hichina - 1/3/2010 8:56:31 PM
   
efficient pagination
The repeaters, datalist which ara available in Kentico CMS have already built in paging,but that is not efficient.
We want to increase performance on our portals by implementing paged queries to some repeaters

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 1/12/2010 7:47:47 AM
   
RE:efficient pagination
Hello,

Could you please try to use Universal pager web part instead of the built-in pager of repeater?

Best Regards,

Martin Dobsicek

User avatar
Member
Member
zhaojicheng-hichina - 1/12/2010 10:48:07 AM
   
RE:efficient pagination
the universal pager web part is not sufficent because it loaded all data.then paged.


SELECT * FROM View_CONTENT_news_Joined WHERE ((((SiteName = N'CorporateSite') AND (Published = 1)) AND (DocumentCulture = N'en-US')) AND (NodeAliasPath LIKE
N'/News/%'))

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 1/14/2010 5:07:42 AM
   
RE:efficient pagination
Hello,

Regrettably there is no better pager in current version, but we are planning to add the more efficient one into one of future versions. In a meantime you could optionally develop your custom one.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
zhaojicheng-hichina - 1/16/2010 12:24:31 AM
   
RE:efficient pagination
thanks for your reply.

User avatar
Member
Member
zhaojicheng-hichina - 11/2/2011 1:41:57 AM
   
RE:efficient pagination
do you release the new version for efficient pagination?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/3/2011 4:21:36 AM
   
RE:efficient pagination
Hi,

The universal pager web part is still the same. However, it depends what you want to display and how, but you can check the UniGrid control whether it will fit your needs or not.

Best regards,
Juraj Ondrus