Base solution for your next web application
Open Closed

upgrade from v.2.1.0 to v.3.4.0 angular 1.5.6 to 1.6.2 #2988


User avatar
0
danielkuhlmann created

I've started months ago with v2.1.0. I used KendoUI excensively without any problems using angular directives.

Now I have updated/merged my application to ASP.Net v3.4.0 and all Kendo UI widgets i use work ok, except for one the scheduler widget.

v2.1.0 uses angular 1.5.6, v3.4.0 uses angular 1.6.2

I tried to use angular 1.6.4 (latest stable version), but same problem. Google on angular 1.6.2 and telerik (kendo supplier) didn't give me any answers.

Can i downgrade angular back to 1.5.6 for version v3.4.0 ? I other words are there any specific angular 1.6.2 changes made to v3.4.0 code?


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As I have checked there is no big change for angularjs updates. Can you share the error you are getting ? We can try to help.

    Yes you can downgrade but downgrading back to 1.5.6 might cause some other problems. It is better to use latest version if we can fix it.

    Thanks.

  • User Avatar
    0
    danielkuhlmann created

    Hi thanks for your quick response. In the end i've got it working, somehow i got a performance decrease with angular 1.6.x, that caused my kendo widgets not initialized in time as it did before I upgraded, which caused an endless loop.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thanks for feedback.