Hi,
I am using Telerk Web.UI.dll - version 2009.3.1103.35
I am using RadSpell to check spellings in multiple textboxes.
I would like to highlight the misspelled words in textboxes.
Is there a way to do that?
Following is the sample code.
Thanks,
Manisha
<telerik:RadSpell ID="RadSpellEval" runat="server" ControlsToCheck="txtJust1, txtJust2, txtJust3, txtJust4" ButtonType="ImageButton" ButtonText="" ToolTip="Spell Check" /> <table> <tr><td><asp:TextBox id=”txtJust1” runat=”server”></asp:TextBox></td></tr> <tr><td><asp:TextBox id=”txtJust2” runat=”server”></asp:TextBox></td></tr> <tr><td><asp:TextBox id=”txtJust3” runat=”server”></asp:TextBox></td></tr> <tr><td><asp:TextBox id=”txtJust4” runat=”server”></asp:TextBox></td></tr> </table> 