or

change: function (e) { if (this._current) { var item = this.dataSource.view()[this._current.index()];$("#content-splitter").kendoSplitter({ orientation: "vertical", panes: [ { collapsible: true, resizable: true, size: "61px" }, //TOP MENU BAR { collapsible: true, resizable: true }, //Bottom Content Area ] });
