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
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