kendo panel bar
by shuja uddin
HTML
kendo
JavaScript
function expandCollapse(e) {
if (jq(e.item).is(".k-state-active")) {
var that = this;
window.setTimeout(function(){that.collapse(e.item);}, 1);
}
}
var panelBar = jq("#panelbar").kendoPanelBar({
expandMode: "single",
select: expandCollapse
});