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

Browser Compatibilti for Kendo MVVM Framework.

6 Answers 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mahesh
Top achievements
Rank 1
Mahesh asked on 21 Feb 2014, 10:48 AM
Hi,

Is kendo MVVM Framework compatibile with IE 9 and lower versions? My sample app works fine with IE10 and Chrome  33 but bindings are not applied in IE9.

Thanks,
Mahesh

6 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 21 Feb 2014, 12:17 PM
Hi Mahesh,

Kendo MVVM is supported in all browsers listed here.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mahesh
Top achievements
Rank 1
answered on 21 Feb 2014, 01:24 PM
Hi Atanas Korchev ,
please find the sample POC which is not working in IE9 and screenshot of error.


Thanks
Mahesh
0
Atanas Korchev
Telerik team
answered on 21 Feb 2014, 02:04 PM
Hi Mahesh,

We are not sure how to reproduce this error via the attached code. Please elaborate.

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mahesh
Top achievements
Rank 1
answered on 24 Feb 2014, 06:17 AM

 Hi Atanas Korchev ,

To reproduce the reported issue
1. please open the layout.html file in IE 9.
2 .By default u should be able to see some data binded including gender dropdown. As binding is not happening gender drop down will not contain any data.
3. If u open the same in chrome you can see the default data binded.

What I am doing in that app ??
I have a layout -  layout.html, template - Templates/CustomerTemplate.html and a viewmodel - Scripts/CustomerViewModel.js

while I request for layout.html through jquery load i am loading CustomerTemplate into #maindiv of layout and binding CustomerTemplate with view model which is filled with some default data.

In IE9 and below versions I am able to see the template but not the data from the view model.

please refer to exception images in the zip file to find out more information abt the issue i am facing. 


please ignore the button control.

If u need any info abt how to replicate,  let me know.

Thanks,
Mahesh






0
Georgi Krustev
Telerik team
answered on 24 Feb 2014, 08:42 AM
Hello Mahesh,

We tested the POC in IE9 and noticed that when append "<script src="Scripts/CustomerViewModel.js"><script>" a JavaScript error "Expected identifier, string of number" is thrown. A quick Google search shows that this error can be caused by a misplaced comma. Could you verify that this is the cause of the error?

Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mahesh
Top achievements
Rank 1
answered on 24 Feb 2014, 01:23 PM
Hi Georgi Krustev,

thanks for your help, i was misleaded by the line number and position it showed..
It was the issue because of an unwanted comma, I wonder why it didnt throw an exception in IE10 or chrome..

Thanks
Mahesh Gupta
Tags
General Discussions
Asked by
Mahesh
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Mahesh
Top achievements
Rank 1
Georgi Krustev
Telerik team
Share this question
or