Unplanned
Last Updated: 06 Apr 2022 07:25 by Khushbu
Provide information about the performed operation in the DataChanged event.
Completed
Last Updated: 15 Nov 2021 13:27 by ADMIN
Release R3 2021 SP1
Created by: Steve
Comments: 0
Category: SpellChecker
Type: Feature Request
1
The class can be used when implementing spell checking for custom controls to separate text into words.
Unplanned
Last Updated: 13 May 2021 12:15 by ADMIN
Created by: Qingxiao
Comments: 0
Category: SpellChecker
Type: Feature Request
1
This will enable users to show a busy indicator when checking a document with SpellCheckingMode.AllAtOnce.
Unplanned
Last Updated: 19 May 2020 11:11 by ADMIN
Unplanned
Last Updated: 08 Apr 2020 09:36 by ADMIN

It seems that initializing this property chain:

rtbSpellChecker.SpellChecker.Settings.SpellCheckUppercaseWords = true;

causes the DocumentSpellChecker to be replaced by a new instance.

Workaround: Add an additionally registered RadRichTextBoxSpellChecker:

RadRichTextBoxSpellChecker rtbSpellChecker = new RadRichTextBoxSpellChecker();
rtbSpellChecker.SpellChecker.Settings.SpellCheckUppercaseWords = true;
ControlSpellCheckersManager.RegisterControlSpellChecker(rtbSpellChecker);

Completed
Last Updated: 07 Nov 2019 14:09 by ADMIN
Release LIB 2019.3.1111 (11/11/2019)
Telerik.Windows.Documents.Proofing.RadGridView and Telerik.Windows.Documents.Proofing.DataGrid are not included in Telerik UI for WPF suite for Net Core. The assemblies are omitted after unifying all RadRichTextBox assemblies into one Telerik.Windows.Controls.RichTextBox assembly for .NET Core.
Unplanned
Last Updated: 07 Nov 2018 20:40 by Mohamoud
When spell checking is invoked with SpellCheckingMode.AllAtOnce the parent window (the windows which showed the spell checking dialog) can be positioned in front of the spell checking windows (for example if toolbar icon for the window is pressed). This is most probably because the owner of the spell checking dialog is not set.
Completed
Last Updated: 31 Oct 2018 08:11 by ADMIN
Contracted negative forms are (e.g. shouldn't, wouldn't, doesn't) are not recognized as valid words when the spell checking mode is SpellCheckingMode.WordByWord, and the control which is spell checked is TextBox or RichTextBox.

Available in LIB Version 2017.3.1009.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Svetoslav
Comments: 0
Category: SpellChecker
Type: Feature Request
1
Provide option allowing to choose whether URLs should be spell checked.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpellChecker
Type: Feature Request
4
When the spell-check find an error in a TextBox, the wrong word should be underlined with a red curly line.
Declined
Last Updated: 13 Apr 2018 13:33 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpellChecker
Type: Feature Request
0
Improvements:  

1.Allow loading of dialogs (SpellCheckAllAtOnce and SpellCheckWordByWord) different than the default ones through MEF. Use-cases: set different Width and Height, hide buttons (e.g. AddToDictionary), etc.  

2. When the custom control for spell checking contains several TextBoxes, allow spell checking of them in turns, instead of opening a different spell checking dialog for each. 

3. Make the TextBox spell checker generic, so that controls that inherit from TextBox can be spell checked out of the box. 

This item has been declined and separated into different ones. Please, follow them:
- https://feedback.telerik.com/Project/143/Feedback/Details/245921
- https://feedback.telerik.com/Project/143/Feedback/Details/245919
- https://feedback.telerik.com/Project/143/Feedback/Details/245917
Unplanned
Last Updated: 13 Apr 2018 13:29 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpellChecker
Type: Feature Request
0
Make the TextBox spell checker generic, so that controls that inherit from TextBox can be spell checked out of the box. 
Unplanned
Last Updated: 13 Apr 2018 13:27 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: SpellChecker
Type: Feature Request
1
When the custom control for spell checking contains several TextBoxes, allow spell checking of them in turns, instead of opening a different spell checking dialog for each. 
Unplanned
Last Updated: 28 Mar 2018 15:55 by ADMIN
Currently, setting RadSpellChecker.WindowSettings.ShowAlertWhenSpellCheckingCompleted only partially affects the "All at once" spell checking scenario. It is used only to suppress the alert in cases when there are not spelling errors in the control. Instead, it should be used to suppress the informational message at the end of the spell checking process and automatically close the dialog.

Workaround: Create custom spell checker class, similar to RadSpellChecker, which automatically close the dialog (see the attached project).
Completed
Last Updated: 08 Jun 2016 08:16 by ADMIN
Won't Fix
Last Updated: 29 Jan 2016 07:03 by ADMIN
When an incorrect word is followed by punctuation, changing the incorrect word during spell checking replaces the word and the following punctuation.
Completed
Last Updated: 15 Apr 2015 13:02 by ADMIN
ADMIN
Created by: Svetoslav
Comments: 1
Category: SpellChecker
Type: Bug Report
3