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

RadSpell within RadGrid Editing FormTemplate

1 Answer 78 Views
Spell
This is a migrated thread and some comments may be shown as answers.
roger
Top achievements
Rank 1
roger asked on 08 Jan 2009, 07:09 PM
Hi,

I am using the customer FormTemplate for RadGrid editing/inserting which editmode is popup. Within customer FormTemplate, there are two textbox,  I want to do a spell check for these two textbox before update/insert.

I have read the code sample for spell check multiple textareas. 
http://www.telerik.com/help/aspnet-ajax/spell_howtomutlipletextareas.html
 
But for this popup formtemplate, I don't know where to plug in those javascript.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 12 Jan 2009, 02:20 PM
Hi Roger,

RadSpell offers a new property named ControlsToCheck which allows you to spell check multiple HTML controls on the same page with a single instance of RadSpell. In the past this was only possible with custom JavaScript code that you have seen in the http://www.telerik.com/help/aspnet-ajax/spell_howtomutlipletextareas.html example.

My suggestion is to use the new ControlsToCheck property instead of the javascript solution. You can see the following live example for more information: Checking Multiple Controls.

Greetings,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Spell
Asked by
roger
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or