I have the following code in front:@cms:CMSRepeater ID=@RepItems@ runat=@server@ DataBindByDefault=@false@@ @ItemTemplate@ //code @/ItemTemplate@ @/cms:CMSRepeater@ @div class=@pagi...
HiJust looking through the documentation on Kentico 12 SP, but there is nothing on the documentation which covers anything on pagination for lists, blogs etc...Could someone point me in some direct...
I've implemented the lazy loader from here: https://devnet.kentico.com/marketplace/web-parts/seo-friendly-infinite-scroll-lazy-load-repeaterI've followed the instructions and set it to use Lazy Loa...
Hi team, I am using smart search filters and smart search result to display products,when i am trying to apply pagination my filters are re stetted to default, can i handle this with default options.
In this guide, you’ll learn how to page one set of data for multiple web parts. Using Dancing Goat’s Cafes page, we will paginate the list of cafes and make the Google Maps markers match the locations of each individual page.
I created a custom page type for a team of people. On the main page, it lists them out in tiles and when you click on a tile, it will take you to their detail page that shows more information. In t...
HiHow do I create a control that allows a user to select the page size of smart search results (e.g. a drop down with 10, 15, 50.. etc in that when selected changes the smart search results PageSiz...
I am using a Repeater with Paging enabled. For some reason the Pager Position always appears on top of my content displayed by the webpart.If I select top or bottom it appears on top. If I select ...
Hi,I have a repeater with a connected filter. When I use paging in query string mode, the filter is getting cleared when I move to a different page. So until now I usually use the pager in post bac...
This is my code. I am trying to display custom table items with paging option. the code display the custom table records but not the paging. the paging does not appear.@cms:CMSUpdatePanel runat=@se...