panelbar

is there a way to collapse all the panels of Kendo Panelbar, on an action?

情到浓时终转凉″ 提交于 2019-12-01 17:41:48
问题 I am working on an app where i am adding panelbars (multiselection) using JSP Wrapper (which means no ID to each of the panels), and inside those have the grids. The grids are storing data specific to the selected person, who are displayed as list items(images) on the top of the page. What I want to do is that when user changes the selection of person, from the current selected to another, collapse all the panels of the kendo panelbar. This would help in reloading the data of the new person,

is there a way to collapse all the panels of Kendo Panelbar, on an action?

你说的曾经没有我的故事 提交于 2019-12-01 17:28:32
I am working on an app where i am adding panelbars (multiselection) using JSP Wrapper (which means no ID to each of the panels), and inside those have the grids. The grids are storing data specific to the selected person, who are displayed as list items(images) on the top of the page. What I want to do is that when user changes the selection of person, from the current selected to another, collapse all the panels of the kendo panelbar. This would help in reloading the data of the new person, because when the user will select/expand the panel to see the data, i would catch the event and reload