Hi
i use AspxTreeList From Devexpress and when i click an node i can get text in my CKEditor , but when i click Update button in aspxtreelist i got CKEditor in my code with Empty String
<dx:ASPxTreeList ID="ASPxTreeList1" runat="server" AutoGenerateColumns="False" EnableTheming="True"
KeyFieldName="ClinicalCareID" Theme="MetropolisBlue"
ParentFieldName="ParentID" ClientInstanceName="HT"
OnCustomDataCallback="ASPxTreeList1_CustomDataCallback"
Width="100%" OnHtmlRowPrepared="ASPxTreeList1_HtmlRowPrepared"
OnNodeDeleting="ASPxTreeList1_NodeDeleting" OnNodeUpdating="ASPxTreeList1_NodeUpdating">
<Columns>
<dx:TreeListTextColumn FieldName="ClinicalCarePageTitle" Visible ...
Go to the complete details ...