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!
|