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

Kendo UI Grid JQuery Error using IE7

3 Answers 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 14 May 2013, 01:28 PM
A jquery(1.9.1) error '0x80020003 - JavaScript runtime error: Member not found.' is occurring when testing Kendo 2013.1.319 grid with Internet Explorer 7.  Below is the error along with code that is erroring out. 


JQuery Code:
 set:function(e,n,r){
          var i=e.getAttributeNode(r);
          return i||e.setAttributeNode(i=e.ownerDocument.createAttribute(r)),i.value=n+="","value"===r||n===e.getAttribute(r)?n:t}}
where:
e.innerhtml = <A tabIndex=-1 class=k-header-column-menu href="http://localhost:50002/Report.html#" jQuery19103527182669029985="43" tabindex="-1"><SPAN class="k-icon k-i-arrowhead-s"></SPAN></A><A class=k-link href="Date/Timehttp://localhost:50002/email2LeadReport.html#">Date/Time</A>
n = ""
r = "aria-sort"

3 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 15 May 2013, 07:21 AM
Hello Bill,

We are not sure how to replicate this error. Can you create jsbin/jsfiddle demonstrating the error? 
In the matter of fact just yesterday we release Q1 SP of Kendo UI. Can you give it a try and see whether the error still appears in your solution?

Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
nader
Top achievements
Rank 1
answered on 11 Oct 2013, 03:56 PM
I am having the exact same problem with my Kendo Grid.
I am using it in a MVC application (Razor).
it is loading, calling the Read Method of the controller (zero data is being returned).

Then I get the exact same error inlcuding 'aria-sort'

Not really familiar with JSFiddle, and how to use it. I can give it a try.

Also, this was working just yesterday, while we did make some changes to the datalayer, no changes were done to Kendo UI layer, (datalayer passed DataViewModel to kendo & Viewmodels were not changed)

any ideas?
0
nader
Top achievements
Rank 1
answered on 11 Oct 2013, 07:51 PM
I found the resolution to my problem

It was the IE 10 Compatibility button. once clicked, everything is fixed.

hope this helps someone else
Tags
Grid
Asked by
Bill
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
nader
Top achievements
Rank 1
Share this question
or