Unplanned
Last Updated: 01 Jun 2023 08:01 by ADMIN
Alex
Created on: 31 May 2023 09:54
Category: Editor
Type: Bug Report
0
RadEditor disappears after loading content through ajax manager and SelectedIndexChanged of a regular asp:dropdownlist and iframe content area mode (Safari Only)
RadEditor disappears after loading content through ajax manager and SelectedIndexChanged of a regular asp:dropdownlist and iframe content area mode (Safari Only)
1 comment
ADMIN
Rumen
Posted on: 01 Jun 2023 08:01

Hi everybody,

If you experience this problem, replace the native asp:DropdownList with telerik:RadDropDownList 

<asp:DropDownList ID="DdlTemplate" runat="server" CssClass="form-control input-sm" AutoPostBack="true" DataTextField="TemplateName" DataValueField="TemplateId" OnSelectedIndexChanged="DdlTemplate_SelectedIndexChanged">
                            </asp:DropDownList>

 

with

 

<telerik:RadDropDownList ID="DdlTemplate" runat="server" CssClass="form-control input-sm" AutoPostBack="true" DataTextField="TemplateName" DataValueField="TemplateId" OnSelectedIndexChanged="DdlTemplate_SelectedIndexChanged">
                            </telerik:RadDropDownList>

or just set the ContentAreaMode property of RadEditor to "Div", instead of "Iframe".

 

Regards,
Rumen
Progress Telerik

Heads up! Telerik UI for ASP.NET AJAX versions for .NET 3.5 and 4.0 are retired. Progress will continue shipping assemblies compatible with .NET 4.5 and later. See whether this affects your apps in this article.