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

Client-side support for more than one control to spell-check

2 Answers 87 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Moises Jaramillo
Top achievements
Rank 1
Moises Jaramillo asked on 25 Jul 2008, 04:18 PM

It appears that there is no support on the client-side for set_controlToCheck
for more than one control. On server-side you can use ControlsToCheck and place several controls by comma separating their client IDs.

I tried calling the following javaScript code as many times as there are controls in my form and the Spell Check does not function properly

for

(var index = 0; index < boundControls.length; index++)
{
    // Assign control
    radSpell.set_controlToCheck(boundControls[index]);

    // Spell Check
    radSpell.startSpellCheck();
}


Is this correct or is there a workaround?

Thanks,

MEJ

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 28 Jul 2008, 09:10 AM
Hi Moises,

Please review the following help article that describes how to achieve the desired behavior:
http://www.telerik.com/help/aspnet-ajax/spell_howtomutlipletextareas.html


I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Moises Jaramillo
Top achievements
Rank 1
answered on 28 Jul 2008, 06:57 PM
Silly of me, it was in your documentation.
Thanks for the quick response.
Tags
Spell
Asked by
Moises Jaramillo
Top achievements
Rank 1
Answers by
George
Telerik team
Moises Jaramillo
Top achievements
Rank 1
Share this question
or