Hi,
I have a WebHTLML Editor and WebSpellChecker in a User control and i am loading the user control dynamically inside the Update Panel. When a asynchronous post back happens i am getting an error message that "ig_spellchecker.js" could not be loaded. When i add the script reference via script manager, i am not getting the error. I want to know why there is an error occurs when i have the control inside an Update Panel but not outside. Also i want to know the following
1) What is the fix for this issue?
2) Should i add all the scripts that is being referred by the WebHTLML Editor and WebSpellChecker in the Script manager and if so what are the files that are referred by these control?
Thanks,
Raja.
I fixed the issue by putting dummy WebSpellChecker control in the aspx page and the error disappears.
Raja
Hello Raja,
I am glad adding dummy WebSpellChecker resolves this issue. I would like to look in to the cause of the above mentioned issue. In order to look in to this, please let me know how you are using WebSpellChecker with WebHtmlEditor control as well as markup of the page and user control. It will help me to understand how you have configured the controls.
I would recommend you to review below link for more details on using WebSpellChecker with WebHtmlEditor control:
<http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=WebSpellChecker_Use_WebSpellChecker_with_WebHtmlEditor.html>
I hope this helps.