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

Undefined Exception while using Kendo Window

2 Answers 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
SriNi
Top achievements
Rank 1
SriNi asked on 22 Nov 2012, 11:39 AM
Hi,

I am having a simple form where i am showing a grid from a datasource.After I need to show the same in a window.
It is working fine but, after closing the window upon showing the data if i want to reload the data again then I am getting undefined error for the grid.
For this i have just tried an example with opening a window and after loading the data again for a dropdown box it is also throwing the same error.
Is it the problem with kendoui or have anybody faced this kind oof error.
Any idea??

Regards,
Sri.

2 Answers, 1 is accepted

Sort by
0
Fatih
Top achievements
Rank 1
answered on 11 Mar 2013, 12:44 PM
$("#myWindow").kendoWinodow({
    content: "mypage.",
    iframe: true
});

Can you try this way? its works.

0
Fatih
Top achievements
Rank 1
answered on 11 Mar 2013, 12:45 PM
$("#myWindow").kendoWinodow({
    content: "mypage.",
    iframe: true
});

Can you try this way? its works.

Tags
General Discussions
Asked by
SriNi
Top achievements
Rank 1
Answers by
Fatih
Top achievements
Rank 1
Share this question
or