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...
I created a set of slider repeater images on the home page of my organization. Each slide has a text overlay title. One one of the sliders, I need to add a ® Register Trademark. Adding it inline ...
I am trying to get the number of items from a repeater so that i ca perform a for-loop however the seemingly obvious way to do this (repItems.Items.Count) always returns 0. Is there a way to do thi...
In Kentico, how can make it possible for site users to see and download files uploaded by other users through a form?I make a form in Kentico CMS. Users can fill and submit it properly. My form has...
Hi,I'm trying to use a smart search filter on page data source along with basic repeater to get sorting options on data using dropdown selection but i'm getting an error as follows: Unable to cast ...
I have the following code in front:@cms:CMSRepeater ID=@RepItems@ runat=@server@ DataBindByDefault=@false@@ @ItemTemplate@ //code @/ItemTemplate@ @/cms:CMSRepeater@ @div class=@pagi...