Hello Team,
I want to know Ignite UI supports "WebSpellChecker".
1. if it supports how to implement webSpellChecker with igTextEditor.
2. if possible give me any reference link.
Thanks
Karthikeyan Rajakumar
Hello Karthikeyan,
Thank you for using our community.
I would like to let you know that WebSpellChecker is an ASP.NET control that has been deprecated since 15.1 version of our controls.
https://ko.infragistics.com/help/aspnet/whats-new-in-2015-volume-1
What is more igTextEditor is part of our jQuery controls and it doesn't cooperate with ASP.NET controls. You can use the HTML spellcheck attribute. But note that it is still not supported in all browsers.
http://stackoverflow.com/questions/9390429/html5-spellcheck