Opened 13 years ago
Last modified 13 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 )
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 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 13 years ago by
Keywords: | HasPatch added |
---|