<%
@ Page Language="vb" AutoEventWireup="false" CodeBehind="Spellcheck.aspx.vb" Inherits="Infragistics.Spellcheck" %>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
head runat="server">
<title></title>
</
head>
body>
<form id="form1" runat="server">
<div>
<asp:TextBox ID="txtNotes" CssClass="formFields_float" TextMode="MultiLine" TabIndex="6"
Rows="5" AuditDisplayName="Notes" Columns="55" runat="server" Text="ghjgh" Style="margin-left: 2px;"></asp:TextBox>
</div>
<div style="float: left; margin-left: 5px; margin-top: 20px;">
<input type="button" value="" id="btnSpellCheck" tabindex="8" title="Spell Check(Alt + K)"
accesskey="K" />
<igswc:WebSpellChecker ID="wscChecker" runat="server" TextComponentId="txtNotes"
ButtonId="btnSpellCheck">
<DialogOptions Modal="true"/>
</igswc:WebSpellChecker>
</form>
html>
Hello santhu,
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Hello,
Thank you for contacting us and for the provided code.
I have managed to create isolated sample based on your code, although I couldn't reproduce the issue with Internet Explorer 10. Could you please try the sample on your side and tell me if the Dialog appear correctly.
Also providing more details will be highly appreciated, for example:
- Product version (the sample is with version 14.1.20141.2011)
- IE version
Code snippet:
Looking forward to hearing from you.