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

Plans/timeframe for support of angular 1.4

7 Answers 58 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Casimodo
Top achievements
Rank 1
Casimodo asked on 14 Jun 2015, 09:04 PM

Hi,

I'm using Kendo UI of version 2015.1.429 and naively started with angular 1.4.0. After a day of trying to make a combo-box work (I didn't succeed), I finally learned that angular 1.4.0 is not supported. According to my dojo here, angular 1.2.28 is the last supported version.

I would like to know if/when more recent versions of angular will be supported.

Also: is Kendo going to be integrated with angular 2 in the future?

Regards,

Kasimier Buchcik

7 Answers, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 15 Jun 2015, 08:32 AM
Hello,

the example you use uses an incompatible controller definition method, which got dropped in 1.3. We are up to cleanup these examples (most likely you took it from our documentation). Apart from that you should have no troubles running Kendo UI with Angular 1.4 - please check an updated version of your dojo

As per your other question - we follow the Angular 2.0 development efforts closely. 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Casimodo
Top achievements
Rank 1
answered on 15 Jun 2015, 05:21 PM

That sounds good!

My issue turned out to be the stylesheets. I somehow thought that including "kendo.mobile.ios.css" was enough. Combo-boxes were non functional with that. Now I'm using the following for a mobile/angular application - is this OK?

"kendo.common.min.css", "kendo.bootstrap.min.css", "kendo.bootstrap.mobile.min.css"

Regards & thanks,

Kasimier Buchcik

0
Petyo
Telerik team
answered on 17 Jun 2015, 07:33 AM
Hello,

if you are going to use a mobile application directive, then you should include the kendo.mobile.all.min.css stylesheet, and not include the kendo.boostrap.mobile.min.css.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Casimodo
Top achievements
Rank 1
answered on 19 Jun 2015, 10:06 AM

@Petyo,

thanks! Using the correct stylesheets solved a couple of problems over here :-)

0
Casimodo
Top achievements
Rank 1
answered on 19 Jun 2015, 10:11 AM

@Petyo,

it would be of great help if there was a matrix in order to provide a quick and clear overview of which stylesheets need to be used where. This was and is still confusing for a me as a newbie.

0
Petyo
Telerik team
answered on 19 Jun 2015, 11:55 AM
Hello,

the following help article covers this. The stylesheets you tried to refer are part of another, realtively niche case.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Casimodo
Top achievements
Rank 1
answered on 19 Jun 2015, 08:30 PM

Niches will stay niches if they produce pain ;-)

Thanks!

Tags
Integration with other JS libraries
Asked by
Casimodo
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Casimodo
Top achievements
Rank 1
Share this question
or