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:
con.GetType().FullName == "Telerik.Web.UI.RadAjaxPanel") |