I would like to remove the ability to re-size the panes (the grid and the graph). I know this uses the Kendo Splitter widget, but I get really wonky results when I try to disable splitter resizable option.
$("#gantt").kendoSplitter({
panes: [ { resizable: false }, { resizable: false } ]
});
It completely messes up the gantt widget.
Any suggestions?