Breaking Changes
This article will list the breaking changes and how they can be fixed when upgrading to a specific version of the controls to the next one.
2025 Q2
-
The format providers no longer need a reference to
Telerik.Windows.Zip.dll. -
The
MouseSelectionHandler(RadDocument document)obsolete constructor of theMouseSelectionHandlerclass was removed. Instead, use theMouseSelectionHandler(RadDocument document, IDocumentEditorPresenter presenter)constructor. -
The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)obsolete constructor of theTextInsertedEventArgsclass was removed. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)constructor. -
The
RemoveCustomDictionary(ICustomWordDictionary customDictionary, CultureInfo culture)obsolete method of theDocumentSpellCheckerclass was removed. Instead, use theRemoveCustomDictionary(CultureInfo culture)method. -
The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)obsolete constructor of theTextInsertedEventArgsclass was removed. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)constructor.
2025 Q1
-
The
ShouldPersistandShouldStartNewCompositionproperties of theTextInsertedEventArgsclass are now obsoleted. Use theImeLanguageandCurrentEventproperties instead. -
The
TextInsertedEventArgs(string text, bool shouldPersist, bool shouldStartNewComposition)constructor of the TextInsertedEventArgs class is now obsoleted. Instead, use theTextInsertedEventArgs(string text, InputEvents currentEvent, ImeLanguage imeLanguage)constructor.
2022 R2 SP1
- The obsoleted method
GetCurrentSelectedInlinein theImageContextCommandBaseclass is now removed. UseRichTextBoxCommandBase.GetSelectedInlineOrSelectCurrentinstead.
2022 R2
ShowFloatingBlockPropertiesDialogCommandnow inherits fromDrawingContextCommandBaseinstead ofImageContextCommandBase.