Is it possible to add spell checking capabilities to GridHTMLEditorColumn or any details as to how to customise the editor in a GridHTMLEditorColumn?
Thanks
Guido
2 Answers, 1 is accepted
0
Georgi Krustev
Telerik team
answered on 08 Apr 2009, 04:22 PM
Hello Guido Tapia,
You can achieve your goal as you add language for spell check and spell check button.
First of all you need to add the language files and the HttpHandler for the spell check.
For further information review this link to find out how to accomplish this task.
Secondly you need to get the editor from the column's EditManager and to add the spell check button and the language which editor can spell checks.
Here is a code snippet showing how to achieve this: