Opened 12 years ago

Last modified 12 years ago

#8597 confirmed Task

CKEditor.NET 3.6.2 editor not displayed after postback (RadAjaxPanel)

Reported by: Jaluka Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 3.6.2
Keywords: HasPatch Cc:

Description (last modified by Wiktor Walc)

This is using ajax but not the MS update panel, I am using the Telerik RadAjaxPanel.

I have added a check to see if it is a RadAjaxPanel and it works now.

Fix:

if (con.GetType() == updatePanel || con.GetType().FullName == "Telerik.Web.UI.RadAjaxPanel")

Change History (3)

comment:1 Changed 12 years ago by Wiktor Walc

Description: modified (diff)

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed

comment:3 Changed 12 years ago by Jakub Ś

Keywords: HasPatch added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy