I use the Telerik RadEditor to display editable documents selected from a RadList box. I populate the editor programmatically (server side) as the user selects items from the list box. The TextChanged event fires when ever the user modifies a document, that's good. It also fires when the user selects a different list item (radeditor is loaded programmatically via radeditor1.contents=), this is bad.
I'm wondering if there is some way to disable the TextChanged Event temporarily when the radeditor is populated programatically but retain the behavior that the TextChanged event fires if the user actually makes a change to the document in the radeditor.
Thanks in advance.