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

How to detect when spellchecker has modified the textbox?

1 Answer 49 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 04 Feb 2010, 11:21 PM
Hi,
I need to detect when spellchecker modified the texts in the textbox so I can raise the isDirty flag.
I tried implementing my own isDirty flagging by comparing value of the textbox with original texts when OnClientCheckFinished is called, but the problem is OnClientCheckFinished is called before any of the textbox has actually been modified. Is there any other solution to this that might work?
Thanks!
Kate

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 08 Feb 2010, 03:06 PM
Hi Kate,

My recommendation is to compare the textbox values with original text when the OnClientDialogClosed event of RadSpell is fired.

Best regards,
Rumen
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
Spell
Asked by
Ram
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or