Hi,
Using MVC 4 and
Kendo UI Q2.
I have a PanelBar with a Listview in one of the panels, loaded from a PartialView. This works great.
However, when I add paging to the listview then the panel collapses each time I go to a new page. Happens in both Single and Multiple expand mode. So if thought I could subscribe to a NextPage event and do something to prevent this, but I cannot figure out how to get the paging event.
PanelBar .vbhtml
_Playlist.vbhtml
Any help/advise/suggestions would be appreciated.