Hi Team Telerik,
RadRichtextBox property IsSpellCheckingEnabled is set to True ,but it is not working properly .All lowercase letters are getting marked as having spellerror and for uppercase letters spellerror is not getting marked.
Code:-
RichTextBox1.IsSpellCheckingEnabled =True
RichTextBox1.Language = Markup.XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.Name)