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
Hi ssvan,
I investigated your scenario using virtually the same property settings, however I did not encounter any issues using .NetAdvantage 11.1 and under IE9 and Mozilla 6. I am providing my test sample.
Please do not hesistate to contact me with any questions.
Best Regards,Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support