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

RadSpell with RadGrid in batch edit mode

1 Answer 42 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 10 Jul 2018, 01:05 PM
Can anyone point me in the direction of either documentation, a demo, or even an old forum post that details how to setup a RadGrid (that's operating in Batch edit) that uses the GridTextBoxColumnEditor control to use the RadSpell control for spell check?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 Jul 2018, 11:30 AM
Hello Aaron,

Please review the following article Spell Check RadGrid Editors and test this demo: Grid - Spell Check RadGrid editors.

The following forum may be of help too: https://www.telerik.com/forums/access-edititemtemplate-and-apply-radspell.

The idea is to provide the textboxes to the controlsToCheck property of RadSpell:

string editorID = (editor as GridTemplateColumnEditor).ContainerControl.Controls[1].ClientID;
controlsToCheck.Push(editorID);

as shown in this demo: https://demos.telerik.com/aspnet-ajax/spell/examples/multiplechecks/defaultcs.aspx.

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Spell
Asked by
Aaron
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or