Well I just tried your suggestion, it fixes the collapse problem. But then it is breaking the telerik combobox ! It prevents the telerik combo box from expanding. i.e. i click at the combobox arrow nothing happens . I just remove the "
.ClientEvents(events => events.OnCollapse("preventCollapseOfPanel()"))"
and it works good. the script is as below
function preventCollapseOfPanel(e){
e.preventDefault();
}
please suggest .
Thanks,
Anand