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

Angular Splitter - not Migrating from 2015.2 to 2015.3

2 Answers 30 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Itay
Top achievements
Rank 1
Itay asked on 21 Feb 2016, 02:29 PM

Migrating from version 2015.2.902 to version 2015.3.930 cause splitter not to be generated at all.  Also in 2016.1.112 it doesn't work

 

Code that working well in 2015.2 :

<div kendo-splitter role="main-view" class="main-panels1 1 " k-orientation="horizontal" ng-style="{height:contentHeight(-40)}"
                k-panes='[{ collapsible: true, size: "50%" }, { collapsible: true }]' >

 

    

2 Answers, 1 is accepted

Sort by
0
Itay
Top achievements
Rank 1
answered on 21 Feb 2016, 02:32 PM

 Please note that I am using this kendo version:

http://kendo.cdn.telerik.com/2015.3.930/js/kendo.all.min.js

0
Alex Gyoshev
Telerik team
answered on 24 Feb 2016, 09:21 AM

Hello Itay,

The angular.js version has been updated to 1.4 in the Q3 release, so you need to use quotes when defining the orientation -- k-orientation="'horizontal'".

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