I add a webhtmleditor and a webspellchecker, set the spellcheckerid.
run app, press spellcheck button
popup!
SpellChecker with id WebSpellChecker1 was not found.
had this? I have added/removed the webspellchecker several times. Help please!
Thanks! I spent an hour not able to figure that out before I checked the forums.
Figured it out. My controls were inside of a formview, so i had to do a recursive findcontrol for both controls then :
txtEditor.SpellCheckerID = checker.ClientID
Hi,
I would suggest you to have a look at following Infragistic's KB article:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9689