Вопрос

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>

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top