I have created a page type (blog) with some fields in those fields i have one text field (BlogCategory) and for user control, I have made it as a dropdown and the dropdown values I am fetching from...
I am using the repeater web part with pagination in the Kentico 12 portal but now I want to change the layout (design) of the repeater pagination how we can do that?
In Kentico 12 I had developed a widget that allowed me to pull in a generic repeater that I could then configure on the page. Does anyone have experience doing something similar in Kentico 13?
Is it possible to limit the output of from a repeater to a set number and a load more to see more results? I tried paging, and it works ok, but I think a load more would look better. Is there an e...
I have a image gallery with a modal, written with 2 repeaters. It works, but the modal only shows the first image in the gallery. How do I add a unique id to the images?@div class=@imgbox@@ @im...
I have a page with show/hides as part of an Accordion Tab Repeater written by a previous developer. There are two transformations associated with these tabs. One is the Menu, and one is the conte...
I have an Accordion Tab repeater that I would like to add an anchor tag to each unique title within the transformation.Here is my code:@li@ @a href=@#tab-@%# DataItemIndex+1%@-@%# Container.Parent....
Hi,I have two repeaters in this page https://www.booksellers.org.uk/BA-CouncillorsOne repeater to take BA Officers and other one to take members and that's all fine. To get more information I have ...
Hi I'm trying to access a media library folder to display images in a basic repeater. I'm working in the Kentico 12 Portal Engine environment. This needs to be displayed using Slick JS.Any help wou...
I have a repeater webpart that is using this WHERE condition to pull in all articles for a news pageArticleCategory = 'News Article' AND ArticleRegion = 0 What I need to do is filter out the very f...