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

Grid Error in Internet Explorer

3 Answers 150 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Matt
Top achievements
Rank 1
Matt asked on 15 Aug 2012, 05:08 AM
I'm receiving a weird error that is only occurring in my web application in internet explorer (v9.0.8). It occurs when I try to instantiate a grid more than once on a div. It only seems to occur in IE not on any of the other browsers I have tested (chrome, firefox, safari). 

This situation occurs because of the navigation flow of my single page application. As I move from one page to another page I am dynamically paging the content on the screen. When I return back to the listing page I must call the setup listing to refresh the grid (javascript is used to dynamically change the contacts of the page without a browser post, it is all clientside). I have created jfiddle to show this example here. When you click on the "Click Here to Refresh HTML" it resets the html in the div and than sets up the grid. If you look in IE's console you see a SCRIPT5022: DOM Exception: NOT_FOUND_ERR (8) error. Also when you click the other button "Click Me" you receive a different error  Invalid calling object kendo.all.min.js, line 8 character 73742 . Remember to make sure you are on Internet Explorer 9 when running the jfiddle. If I comment out the datasource line for the grid setup than the error does not occur if that helps.

Please help.

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Tito
Top achievements
Rank 1
answered on 12 Sep 2012, 09:54 AM
Hi,

I am having the same problem with IE8 and IE9.
The problem is really strange, it just happens on the server side, not when I test on localhost.
If somebody knows the answer of this issue, please let me know as well.

Best Regards,
Tito Morais
0
Sergey
Top achievements
Rank 1
answered on 13 Dec 2012, 11:32 AM
Hi,

I am having the same problem. Are you solved it ? Where is kendo support ?
0
Atanas Korchev
Telerik team
answered on 17 Dec 2012, 08:37 AM
Hello,

We are not really sure what the problem is. The linked jsfiddle demo incorrectly initializes a kendo ui widget over the same element more than one time. This is never a supported scenario. The widget should be destroyed first using the destroy method.

On a side note our online demos work as expected in IE9. We would need additional info about how to reproduce the problem.

Greetings,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Matt
Top achievements
Rank 1
Answers by
Tito
Top achievements
Rank 1
Sergey
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or