Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to call webspellchecker from page behind?
posted

Hi,

I want to call 'WebSpellchecker' from code behind.

Reference:  http://samples.infragistics.com/2010.2/WebFeatureBrowser/Default.aspx.

This example launches spell check when button is pressed by user.

In my scenario, I have save button (asp.net button) which will save data after spell correction.

Let me know how to achieve this.

Parents
No Data
Reply
  • 2501
    posted

    Hello Rakesh,

    The WebSpellChecker AutoPostBackFlags has a property called SpellCheckComplete which when set to true, will trigger a PostBack after the SpellCheck has finished.  I have attached a sample to demonstrate this functionality.

    Please test this sample and let me know if you have any questions or need further assistance.

    Thank you.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

    WbSplCkrTest_CS.zip
Children
No Data