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

Using spell check in radprompt window

1 Answer 58 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Shuchi Bhalla
Top achievements
Rank 1
Shuchi Bhalla asked on 20 Jan 2009, 08:44 PM
Hi

I have a usercontrol that allows the user to navigate through a list of images. The control has an edit link, when clicked it opens a radprompt and allows the user to edit the caption of the current image. I would like to use spell check for the textbox displayed in the radprompt window.

Also, the radprompt window uses a custom template.

My question is how can I use a spell check with radprompt input.

Rgds
Shuchi

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 21 Jan 2009, 12:23 PM
Hello Shuchi,

The radprompt tempalte allows simple HTML only - you cannot put ASP.NET / ASP.NET AJAX controls in it which means that RadSpell cannot be inside that template.
What I can suggest in your scenario is not to open a radprompt dialog but a RadWindow set up with a content page that will look like a prompt window. On that content page, you can put the textbox and the radspell control and have the spellcheck that you need.
More information on how to use RadWindow as a dialog is available here:
http://demos.telerik.com/aspnet-ajax/Window/Examples/DialogReturnValue/DefaultCS.aspx



Best wishes,
Georgi Tunev
the Telerik team

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