Hi,I have a custom Web Part which uses @cms:cmsrepeater@ with a @WhereCondition@ and also @classnames@ in order to filter the items. My problem is that when I try to use a dynamically-calculated pa...
I have the following code in front:@cms:CMSRepeater ID=@RepItems@ runat=@server@ DataBindByDefault=@false@@ @ItemTemplate@ //code @/ItemTemplate@ @/cms:CMSRepeater@ @div class=@pagi...
Hi,I have Page type add to my Site. I have created a page template to it.In my page template I have a repeater and my page they has a Add Attachments Field now I want to display this attachments in...
Hello , I am having some trouble finding out how custom queries work when using a CMSRepeater. The problem i am facing is i have a CMSRepeater which pulls data from 3 different page type classes wh...
I have a simple CMSRepeater but I only want it to show documents which have either a future 'Publish From' date or no 'Publish From' date set. Ideally it would also observe the 'Publish To' field. ...
I upgraded kentico 10 to 11 then 11 to 12. But at the end I found the given error in News and Blog.[TempITemplate.Template]: http://server/CMSVirtualFiles/Transformations/=vg=f265b57e-7358-44f6-8d9...
My (simplified) scenario is:Parent page contains a textbox and a cmsrepeater. The cmsrepeater contains a button.When the button for a displayed entry in the cmsrepeater is clicked, I have to get th...
Trying to do a Where Clause in a Repeater. I tried: DocumentIsArchived = 0 @@ DocumentPublishTo @ getdate() with no luck in Kentico 9. Thanks David
I am trying to create a widget which is attempting to display pages with pagination. I am using repeater and unipager for this purpose. Problem is that repeater is displaying pages but unipager is ...
Hi, I have a webpart that contain a CMSRepeater control:@cms:CMSRepeater ID=@CMSRepeater1@ runat=@server@ @ItemTemplate@ @li@@span@@%# Container.ItemIndex + 1 %@@/span@@img id=@@%#...