Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > RadSpell sometimes does not update asp:TextBox after spellcheck

Not answered RadSpell sometimes does not update asp:TextBox after spellcheck

Feed from this thread
  • A avatar

    Posted on Aug 29, 2011 (permalink)

    Hi,
    I have a multi-line ASP.NET TextBox control that I want to spell check using the Telerik SpellCheck control via JS envoked form an image button located beside the TextBox. The textbox is located on a page with many other ASP input controls and multiple TextBoxes with SpellCheck controls.


    The click event handler on my web page is a follows:
        var radSpellCheck = $find('MyRadSpellCheckCtrlID');
        if (radSpellCheck != null) {
            radSpellCheck.startSpellCheck();
        }


    A second imagebutton beside the TextBox is used to resize it (and change the Z-index) allowing the TextBox to take over the entire size of the page to facilitate editing large notes.


    When the TextBox is in it's normal layout and size (300px x 150px) and the "startSpellCheck()" is called the spell checker is displayed but none of the changes are reflected back into the TextBox.
    However when it's size is maximized the "startSpellCheck()" works, updating the contents of the same TextBox.  What is strange, that the keyboard shortcut I have implemented to trigger the same spellcheck code is used, it works in both situations. 


    Between expanded and normal display mode I all I am doing is changing the height, width, and z-index of the rendered <TextArea/> tag. I don't see why it would work in one instance and no another. Note: My event handler returns FALSE to prevent a post-back.


    Reply

  • Rumen Rumen admin's avatar

    Posted on Sep 1, 2011 (permalink)

    Hello,

    I am not aware of such a problem and I will need your assistance to reproduce it.

    Could you please isolate the issue in a sample working project and send it for examination on our side? Please, use your bug report ticket on the topic to attach the zipped project, because the forum does not allow zip attachments.

    Looking forward to hearing from you,
    Rumen
    the Telerik team

    Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Spell > RadSpell sometimes does not update asp:TextBox after spellcheck
Related resources for "RadSpell sometimes does not update asp:TextBox after spellcheck"

ASP.NET Spell Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer Step-by-step Tutorial  ]