This is a migrated thread and some comments may be shown as answers.

Make Gantt splitter not resizable

1 Answer 72 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Carey
Top achievements
Rank 1
Carey asked on 09 Mar 2016, 08:31 PM

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?

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 11 Mar 2016, 07:33 AM
Hello,

In order to disable the resize functionality please use the approach from the following dojo snippet.

Regards,
Dimitar Terziev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
Carey
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or