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

IE8 No such interface

0 Answers 84 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Mauricio
Top achievements
Rank 1
Mauricio asked on 17 Aug 2012, 03:43 PM
I keep getting this exception when I do a kendo.bind
No Such Interface (IE8)
So this exception is triggered while doing a kendo.bind.
The root cause is not in the kendo code is really something in jQuery


    Sizzle.contains = function (a, b) {
                try {
                    return a !== b && (a.contains ? a.contains(b) : true); <-- Exception is here
                }
                catch (err) {
                     return false;
                }
            };
I patched my jquery file. It seems to be related to the Kendo Tabs because binding works great in all other pages not using tabs I think is it related with the enabled property of the tab control being bound.
Well I hope this can be fixed, I don't like patching my jquery  :)

No answers yet. Maybe you can help?

Tags
MVVM
Asked by
Mauricio
Top achievements
Rank 1
Share this question
or