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

Writing Text

1 Answer 41 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 10 Sep 2009, 01:55 PM
Hello,

At what point in the process does the RadSpell control actually write the updated content to the textbox?  I'm trying to, when the spell check has finished, post back to the server with the updated content.  The postback works, but the content is not correct...  so at what point is the content written back to the control that was spell checked?

And is there a property on the spell check control that stores the updated text?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Brian Mains
Top achievements
Rank 1
answered on 10 Sep 2009, 05:16 PM
Nevermind, in the finished event, I use the code:

window.setTimeout(function() { /* code */ }, 100);

The code that posts back (__doPostBack) is within this timeout, and so the content renders out at the right time and then the postback occurs.
Tags
Spell
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Brian Mains
Top achievements
Rank 1
Share this question
or