Issue with Telerik RadSpellchecker for RadTextbox

1 Answer 110 Views
TextBox
Dev
Top achievements
Rank 1
Veteran
Dev asked on 07 Jun 2021, 08:17 AM
Hello Team,

           We are using the Telerik RadSpellchecker for RadTextbox, while typing the wrong text in "Lowercase" the radspellchecker checks the mistake and lists the correct spelling on the suggestions but it does not work on the "Uppercase". We tried with the answers on the telerik but no luck. Let us know if we need to change anything on the property. Video link mentioned below for your reference.

Video link : https://ttprivatenew.s3.amazonaws.com/pulse/suganya-gmail/attachments/17109072/TinyTake07-06-2021-01-26-42.mp4

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 07 Jun 2021, 09:54 AM
Hello, Rick,
 
The provided sample video is greatly appreciated for illustrating the exact undesired behavior that you are facing.

Please have a look at the following code snippet demonstrating how to enable uppercase spell-checking: 
        public RadForm1()
        {
            InitializeComponent();

            this.radSpellChecker1.AutoSpellCheckControl = this.radTextBox1;

            TextBoxSpellChecker documentSpellChecker = this.radSpellChecker1.GetControlSpellChecker(typeof(RadTextBox)) as TextBoxSpellChecker;
            documentSpellChecker.ShowAllCapitalLettersWord = true;
        }

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Dev
Top achievements
Rank 1
Veteran
commented on 08 Jun 2021, 05:56 AM

Hi Dess,

Thanks for your quick & timely help. I tried with the above method & it works.

Video link : https://ttprivatenew.s3.amazonaws.com/pulse/suganya-gmail/attachments/17116512/TinyTake08-06-2021-11-25-21.mp4
Tags
TextBox
Asked by
Dev
Top achievements
Rank 1
Veteran
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or