When spell checking any rich formatted text, I keep receiving the following error:
A potentially dangerous Request.Form value was detected from the client (CommandArgument="s<teleriklf /><teleri...").
I added the following to web.config, but it does not solve the problem:
<location path="Telerik.Web.UI.SpellCheckHandler.axd">
<system.web>
<pages validateRequest="false"></pages>
</system.web>
</location>
Any ideas?