Opened 13 years ago

Last modified 13 years ago

#8597 confirmed Task

CKEditor.NET 3.6.2 editor not displayed after postback (RadAjaxPanel) — at Initial Version

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

Description

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 (0)

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