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

Kendo window inside iframe

1 Answer 1158 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rajarajan
Top achievements
Rank 1
Rajarajan asked on 08 Jan 2015, 05:46 PM
Hi,

How can i open a kendo window inside and center of the iframe.

I know this is already discussed here. But there is no solution found.

I have tried this in dojo. But no luck. 

Kind regards.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 12 Jan 2015, 01:05 PM
Hi Rajarajan,

<iframe> tags cannot have inner HTML content, i.e. the Dojo implementation is invalid. Instead, iframes require a src attribute, which points to a complete external web page. This external page should work just like a standalone page and the fact that it is inside an iframe doesn't matter at all, unless you want to access the Kendo UI Window inside the iframe from the parent page, which is explained in the documentation.

http://docs.telerik.com/kendo-ui/web/window/overview#using-iframes

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Window
Asked by
Rajarajan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or