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

ClickMoveClick

configuration

Determines whether the click move click interaction would be enabled as an alternative of the drag and drop resizing of the Splitter. By default the alternative is enabled.

Default: true

<div id="splitter">
  <div>Pane A</div>
  <div>Pane B</div>
</div>
<script>
$("#splitter").kendoSplitter({
  clickMoveClick: false
});
</script>
Not finding the help you need?
Contact Support