﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8597	CKEditor.NET 3.6.2 editor not displayed after postback (RadAjaxPanel)	Jaluka		"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"")
}}}"	Task	confirmed	Normal		Server : ASP.Net	3.6.2		HasPatch	
