Bug reports Found a bug? Post it here please.
Version 5.x > Bug reports > BUG: Postback Pagination in Custom Table Repeater View modes: 
User avatar
Member
Member
Peter - 2/4/2011 4:20:58 PM
   
BUG: Postback Pagination in Custom Table Repeater
These seems to be a bug in at least the QueryRepeater class (used by /CMSWebParts/CustomTables/customtablerepeater.ascx).

Pagination works fine when in "Query string" mode but fails to work at all when in "Postback" mode.

This can be verified on the example Corporate site in the /Examples/Webparts/Custom tables/Custom table repeater page:

1. In design mode change the repeater web part to Enable paging, Paging mode: "Query string" and Page size: 2.
2. Test page to see it is working.
3. In design mode change the repeater web part to Paging mode: "Postback".
4. Test page to see it is NOT working.

Postback paging, however, works in other repeaters such as the CMSRepeater class (used by the /CMSWebParts/Viewers/Documents/cmsrepeater.ascx). I have not looked into other repeaters and grid controls but, if this is a bug, then I would suggest a through review of every control that has paging.

Regardless I NEED postback paging to work. Please let me know if this is a bug and:

1. If it is NOT a bug please indicate what I can do to get it to work.
2. If it IS a bug please let me know when it will be fixed and what, if anything, I can do to get it working in the interim.

Thanks!

User avatar
Member
Member
Peter - 2/4/2011 5:13:31 PM
   
RE:BUG: Postback Pagination in Custom Table Repeater
Environment:

CMS version : 5.5R2 Build : 5.5.3996
OS version : Microsoft Windows NT 5.2.3790 Service Pack 2
License info : IPRemoved, Ultimate, 1/1/0001 12:00:00 AM, 05, ECM;SCN;ADV

User avatar
Member
Member
kentico_michal - 2/9/2011 8:40:42 AM
   
RE:BUG: Postback Pagination in Custom Table Repeater
Hi Peter,

I'm sorry for the delay in answering your message. We tested this behavior. Regrettably, this seems to be a bug in current version of Kentico CMS. Thank you for letting us know about this issue. I'm very sorry for this inconvenience. We will try fix it in the next hotfix package for this particular Kentico CMS version (5.5R2 hotfix 9).


Best regards,
Michal Legen

User avatar
Member
Member
Peter - 2/21/2011 10:13:52 PM
   
RE:BUG: Postback Pagination in Custom Table Repeater
Michal,

Thanks. The postback pagination is now working. I appreciate your quick response on this.