using webspellchecker version
<%
@ Register Assembly="Infragistics2.WebUI.WebSpellChecker.v6.3, Version=6.3.20063.53, ....
when spell checked text contains "&" and following with ";" anything in between is removed in dialog.
For example, I ientered "this & that, this &that; following", it becomes "this & that, this following" in the dialog page. This happened when "AllowXML" property is set to "true". When "AllowXML" is false, it works ok. However, in our app, we need "AllowXML" = true in order to have spellchecker check multipal text boxes together as suggested in previous postings.
Thanks in advance for any help.