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
60
Spell check with Modaldialog IE9 notworking
posted

<%

@ 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>

       

<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" />

       

</div>

       

<igswc:WebSpellChecker ID="wscChecker" runat="server" TextComponentId="txtNotes"

           

ButtonId="btnSpellCheck">

           

<DialogOptions Modal="true"/>

           

       

</igswc:WebSpellChecker>

   

</div>

   

</form>

</

body>

</

html>

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello santhu,

    I'm just following up to see if you need any further assistance with this issue. If so please let me know.

Children
No Data