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

Kendo/Angular - ng-disabled in IE10

8 Answers 148 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
leJuan5150
Top achievements
Rank 1
leJuan5150 asked on 02 Dec 2014, 05:55 PM
I am encountering a problem with ng-disabled in IE10 with Kendo UI buttons, combo boxes, drop down lists, date pickers, and numeric text boxes.

Everything works fine in IE11, Firefox, Chrome, and Safari, but IE10 doesn't seem to respond to changes in the models.

Is this a known problem and is there a work around?

8 Answers, 1 is accepted

Sort by
0
leJuan5150
Top achievements
Rank 1
answered on 02 Dec 2014, 07:28 PM
Here is a JSFiddle that demonstrates the problem ... http://jsfiddle.net/lejuan5150/ba2djbgg/

Works fine in everything except IE10 (and I assume below)
0
Accepted
Petyo
Telerik team
answered on 04 Dec 2014, 08:39 AM
Hello John,

the ng-disabled integration relies on mutation observers, which are not available in IE 10 and below. You can use a polyfill to provide it, but I am not sure about the performance implications.

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
leJuan5150
Top achievements
Rank 1
answered on 04 Dec 2014, 09:30 PM
Hi Petyo,

Thanks for the help ...  Works like a charm!

No noticeable performance degradation, but my app is fairly small.

John
0
leJuan5150
Top achievements
Rank 1
answered on 04 Dec 2014, 09:32 PM
Hi Petyo,

Thanks for the help.  It works like a charm! :)

My app is fairly small, but I don't notice much performance degradation.

John
0
John
Top achievements
Rank 1
answered on 30 Dec 2014, 07:28 PM
The webcomponents does indeed fix the ng-disabled issue but unfortunately it breaks the kendo grid's "group by dragging a column header" feature. You can grab the column header and drag it but it just floats in space and no grouping occurs. Any ideas?

0
John
Top achievements
Rank 1
answered on 31 Dec 2014, 01:34 PM
I ended up using classical.js instead of webcomponents and both the ng-disabled and kendo grid drag and drop grouping work fine.
0
Stevo
Top achievements
Rank 1
answered on 12 May 2015, 11:27 AM

+1

 Are you guys planning to fix this?

 Thanks,

Stevo

0
Kiril Nikolov
Telerik team
answered on 14 May 2015, 07:38 AM

Hello Stevo,

It is already implemented, here is the relevant documentation:

http://docs.telerik.com/kendo-ui/AngularJS/introduction#change-widget-state-using-k-ng-disbaled-and-k-ng-readonly

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
leJuan5150
Top achievements
Rank 1
Answers by
leJuan5150
Top achievements
Rank 1
Petyo
Telerik team
John
Top achievements
Rank 1
Stevo
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or