I have a page with grid. when I load the page directly, everything works fine. However, when I load the page into the other page, then I click edit button of the grid, the popup this error. I attached my example to reproduce the error. Thanks
The problem comes from the fact that when you use load() to get the content of the html page the jQuery and Kendo UI scripts are loaded more than once, which is incorrect. I would suggest you to load the content with $.get and then append the result to the page, so it will be correctly displayed and scripts will not duplicate. Please find the attached example, and let me know if it helps.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!