Posted 16 Feb 2012 Link to this post
<div id=
"container"
>
"top"
></div>
"middle"
"bottom"
</div>
<a id=
"remove"
>remove bottom panel</a>
$(document).ready(
function
(){
$(
'#container'
).kendoSplitter({
orientation:
'vertical'
,
panes: [{},{},{}]
});
'a#remove'
).click(
(e){
e.preventDefault();
).data(
'kendoSplitter'
).removePanel(
'#bottom'
);
Posted 17 Feb 2012 Link to this post
This functionality is currently unsupported. Feel free to submit it as a feature request on uservoice.