Does anyone have links to articles on how I can add a Repeater within a parent Repeater ?
I have an item list for Music Events and within the item on the Event List I want to add a repeater for the Bands/Artists that are playing at that Event. The element for the Bands/Artists should be clickable so I can navigate to the Band/Artist page.
I think repeater inside repeater is still not possible (at least this is my last info).
But what you can do is —>
- Out of my knowledge you can add a TABLE into a repeater.
- Your second option would be to generate your own REPEATER, which would be capable to show repeated items inside a repeated container (repeater inside repeater).
This is a known problem and probably one which is mentioned often.
1 Like
Thank you. How would I create my own repeater ?