I'm using 2009 Q2 SP1 and have a RadEditor in a FormView, bound to a datasource using declarative databinding:
| <telerik:RadEditor ID="RadEditor1" runat="server" |
| Content='<%# Bind("Content") %>'> |
I also have a regular texbox in the same FormView EditTemplate. When updating, the underlying table is updated to the value in the regular textbox but not the value from the RadEditor.
I then tried a simplified scenario (coyping the Codeless Save in Database example in a standard WebForm, no update panels, no code-behind, no frills) and got the same results. Is this a bug or am I missing something embarassingly obvious?
I'm about to implement a bunch of RadEditors and so far what seems like it should be a simple task has taken half a day and counting -- so any help is appreciated. :)
NOTE: This behavior is consistent between IE 7, IE 8, and FireFox 3.5.