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
810
WebSpellchecker Modal not opening
posted

 

 

 

 

 

 

 

 

 

 

 

 

Hello all,

I have a webspellchecker and a  textbox . I need to open up the check modal window on the button click.

But nothing is happening when I click the button check.

Anything I am missing to add in the code.

<asp:TextBox ID="txtNote" TextMode="MultiLine" runat="server" Columns="110" Rows="25"></asp:TextBox>

 

 

 

 

 

 

<ig_spell:WebSpellChecker ID="WebSpellChecker1" runat="server"

 

 

ButtonId="btnCheck" TextComponentId="txtNote">

 

 

<DialogOptions Modal="True" ShowFinishedMessage="True" AllowMultipleDialogs="false"

 

 

SpellCheckText="Checking" WindowHeight="425" WindowWidth="375"/></ig_spell:WebSpellChecker>

 

 

<asp:Button runat="server" ID="btnCheck" Text="Check" />

Thanks