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

RadSpell - Runtime find - spell error still exists ?

1 Answer 53 Views
Spell
This is a migrated thread and some comments may be shown as answers.
sushil jinder
Top achievements
Rank 1
sushil jinder asked on 29 Jun 2009, 08:55 AM
Hi,
I have a small query regarding the telerik:RadSpell.

Is there any property exposed so that a developer can determine "Is any spell errors still exist" at runtime.

For example : Lets have this scenario.

User enters some text in a textbox
User click spell check button. spell check functionality is invoked.
Now user may change some errors or ignore (as he/she may like).
Now how a developer will know "Is there stil any error after runing the spell check".

please do the needful

Thanks,
Sushil

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Jul 2009, 08:26 AM
Hi Sushil,

You can use the  OnClientCheckFinished client-side event of RadSpell which occurs after the spell check is complete. This event is fired when the the errors are corrected or ignored by the user.
The OnClientCheckCancelled client-side event occurs if the user cancels the spell check.
If the OnClientDialogClosed event fires then this means that dialog is closed by the user.

You can test the events in the following live example: Client-side Events.

Sincerely yours,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Spell
Asked by
sushil jinder
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or