We've been working on a project since last 3 years. We are using Angular 1.2.6 and Kendo 2014 Version UI. Now as performance need, we wanted to migrate to Angular 1.6 and Kendo 2017 Version UI. Here we are getting the below Issues While Up-gradation.
We are using Kendo Controls With ID as follows.
select id='ddlDDLID_{{GUIDVaraible}}' kendo-drop-down-list
so we are using GUID with expression id of kendo drop down list. After Upgrading to latest version we are not getting replacing GUIDVaraible from controller. it is remaining same as string varaible of expression 'ddlDDLID_{{GUIDVaraible}}'
- Kendo Drop Down List was auto selecting 1st item in list till now, but after upgrading to latest version, it is not auto selecting 1st item by default.
Please Help !!!