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
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

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
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

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

@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.
the following help article covers this. The stylesheets you tried to refer are part of another, realtively niche case.
Regards,
Petyo
Telerik

Niches will stay niches if they produce pain ;-)
Thanks!