I use RadEditor in FormTemplate for editing and inserting values into db. Unfortunately Content of Editor remains the same as in db (while updating) and even ExtractValuesFromItem method indicates no changes in content of Editor. Inserting also doesn't work.
Where is a problem?
1 Answer, 1 is accepted
0
Lini
Telerik team
answered on 28 Dec 2007, 08:50 AM
Hello Mike,
Try replacing the editor with a simple asp:TextBox control and see if the problem remains.
Do you use Ajax calls when inserting/updating content? If you do, try disabling the Ajax and using normal postbacks.
If the grid works with a textbox or when Ajax is disabled, please open a formal support ticket and send us a sample project with the page in question so we can reproduce the problem locally.