Completed
Last Updated: 25 Nov 2015 14:33 by ADMIN
ADMIN
Nencho
Created on: 19 Nov 2015 09:16
Category: UI for ASP.NET AJAX
Type: Bug Report
1
MultiPage styles apply to all contained iframes
The styles related to multipage are too broad and affect all child iframes, not just the one from multipage.

The second iframe must not inherit any styles

<telerik:RadMultiPage runat="server" SelectedIndex="1">
    <telerik:RadPageView runat="server" ContentUrl="http://www.telerik.com" >
    </telerik:RadPageView>
    <telerik:RadPageView runat="server">
        <div>
            <iframe src="http://www.telerik.com" ></iframe>
        </div>
    </telerik:RadPageView>
</telerik:RadMultiPage>
0 comments