Hi,
We are using RadEditors Enabled property to turn on and off the control. With the new Q3 2013 update this does no longer work and we getting the following error "Sys.ArgumentException: Value must not be null for Controls and Behaviors".
Currently we have found the following workaround:
//reNotesSystem.Enabled = !readOnly; // Does not work with Telerik Q3 2013!!!//reNotesStation.Enabled = !readOnly;if (readOnly){ reNotesStation.EditModes = EditModes.Preview; reNotesSystem.EditModes = EditModes.Preview; reNotesStation.ToolbarMode = EditorToolbarMode.ShowOnFocus; reNotesSystem.ToolbarMode = EditorToolbarMode.ShowOnFocus;}else{ reNotesStation.EditModes = EditModes.All; reNotesSystem.EditModes = EditModes.All; reNotesStation.ToolbarMode = EditorToolbarMode.Default; reNotesSystem.ToolbarMode = EditorToolbarMode.Default;}The work arround is not optimal and we would like to have the old behaviour back.
Kind regards
Robert Warnestam
