Question

Anyone with an idea on how to create a nested repeater for kentico? I am trying to achieve a picture gallery with an album such that the album is displayed and a click on an album takes you to the pictures in that album.

I wish I only see a sample as I have only been able create a single repeater creating a picture gallery and not a picture album.

here is my code:

    <cms:CMSRepeater ID="pixgallery" runat="server" ClassNames="custom.Gallery"     

        TransformationName="custom.Gallery.Preview" >

           </cms:CMSRepeater>

How do I manage this>

Was it helpful?

Solution

The nested controls are used to display some kind of hierarchy. Please see the sample. Or, you can also use Hierarchical transformations.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top