Spell checking RadGrid edit form

Thread is closed for posting
1 posts, 1 answers
  1. Answer
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 23 Dec 2008 Link to this post

    Requirements

    RadControls version

     

    2008 Q3 SP1+
    .NET version

     

    3.5
    Visual Studio version

     

    2008
    programming language

     

    C#/Javascript
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This code library shows how to perform spell check on the input fields in RadGrid edit form.

    The key moments are:
    • Attach a client script to the "Update" button in the grid edit form.
    • Take advantage of RadSpell.ControlsToCheck property, add the ClientID's of all the controls that should be checked.
    • Call the startSpellCheck() client method of RadSpell to check the specified controls.
    • Raise a flag when the check is finished
    • Click the "Update" button when the RadSpell window is closed
    The attached web site shows this approach.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.