I give the SpellChecker the ID of my WebHTMLEditor:
TextComponentId="WebHtmlEditor1"
But it uses/displays the data in the editor's HTML buffer instead of plain-text. In SpellChecker, I see all the <P> tags within the editor's data.
What property of the SpellChecker do I use to force it to use a different WebHTMLEditor property, such that it displays/checks the non-HTML data?
Thanks
Hello Larry,
please see the only sample which shows how to use EnableSpellCheck with WebHtmlEditor control
https://ko.infragistics.com/help/aspnet/infragistics.webui.webhtmleditor~infragistics.webui.webhtmleditor.webhtmleditor~enablespellcheck
I hope this helps