New to Kendo UI for jQueryStart a free 30-day trial

Collapse

methods

Collapses a specified pane. Invoking this method will force the widget to redraw and it will trigger the resize event. Note: Invoking the method will not trigger a collapse event.

Parameters:paneString|Element|jQuery

The pane to be collapsed.

<div id="splitter">
  <div>Pane A</div>
  <div>Pane B</div>
</div>
<script>
$("#splitter").kendoSplitter({
  panes: [ { collapsible: true }, {} ]
});
var splitter = $("#splitter").data("kendoSplitter");
splitter.collapse(".k-pane:first");
</script>
Not finding the help you need?
Contact Support