Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Spell checking RadGrid edit form

Answered Spell checking RadGrid edit form

Feed from this thread
  • Posted on Dec 23, 2008 (permalink)

    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

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET and ASP.NET AJAX > General and Integration Projects > Spell checking RadGrid edit form