This is a migrated thread and some comments may be shown as answers.

RadSpell - how to highlight misspelled word

1 Answer 55 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Manisha Shivjiani
Top achievements
Rank 1
Manisha Shivjiani asked on 05 Apr 2012, 06:28 PM

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>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Apr 2012, 12:21 PM
Hi,

At present, all major browsers (except Internet Explorer) offer their own built-in spellcheckers that perform inline spell checking out-of-the box in the editable elements: textareas, editable iframe and div elements. Since this feature will be available in IE10, we decided to not implement such functionality in RadSpell, because it will be offered by all modern browsers as well as it will decrease performance when editing larger documents.

Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Spell
Asked by
Manisha Shivjiani
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or