I am working on an application in which I add panel panels (multi-selector) using JSP Wrapper (which means there is no identifier for each panel), and there are grids inside them.
Grids store data specific to the selected person, which are displayed as list items (images) at the top of the page.
What I want to do is that when the user changes the personβs choice, from the currently selected to another, collapse all the panels of the panel of the kendo panel. This will help reload the data of the new person, because when the user selects / expands the panel to view the data, I would catch the event and reload the grid with a new data source based on the selected person.
I hope I make sense here, but I'm not sure how to collapse all PanelBar panels.
Any suggestions
nick source share