London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I have solved it with <EPiServer:PageDataSource> and <asp:TreeView>. And if you dont like the TreeView webcontrol because it produce a lot of tables, take a look at:
http://www.asp.net/CssAdapters/default.aspx
With CSS Friendly Control Adapters you can produce ul/li instead.
/Hans
In EPiServer 4 there was the ExplorerTree webcontrol. I want to accomplish the same thing in EPi 5. I have tried with PageTree and PageDataSource with TreeView but havent come to a solution. Can some one give me a hint of how to do this. Code sample would be nice.
/Hans