I am using Telerik RadSpell check control in my application.
Can any one know how to enable/disable the spellcheck button through C# code.
By default the spellcheck button is enabled.
Any views/suggestions on this will be a great help.
Thankyou,
Sree
2 Answers, 1 is accepted
0
Rumen
Telerik team
answered on 20 May 2009, 03:06 PM
Hello Sree,
We have already answered this question in your other forum post on the subject. Just for reference I will paste below our reply:
"Currently you cannot disable the spellcheck's button directly from the server (e.g. enabled=false). You could either remove the button on the page by using Visible=False, or as an alternative - use JavaScript on the client to remove the handlers of the button.
Your points were updated - we recognize this issue as a problem and logged it in our database for future consideration."