Doing a simple SpellChecker against a HTMLEditor. Click CHECK-SPELLING. Dialog pops up but immediately disappears. Neither are in an INaming container. Tried both of these methods:
https://es.infragistics.com/help/aspnet/infragistics.webui.webhtmleditor~infragistics.webui.webhtmleditor.webhtmleditor~enablespellcheck
Tried setting MODAL property to TRUE. Tried having the Check-Spelling button be INPUT Tag, BUTTON tag, and no-button (using the SPELL-CHECKER menu-item in HTMLEditor toolbar).
Always the same thing happens. Dialog page (SpellCheckerDialog.aspx) appears for a half a second and then disappears.
<%
@ Page Language="vb" AutoEventWireup="false" CodeBehind="SpellCheckerDialog.aspx.vb" Inherits="eSurvey2010.SpellCheckerDialog"
%>
@ Register Assembly
="Infragistics35.WebUI.WebSpellChecker.v9.1, Version=9.1.20091.2087, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
Namespace="Infragistics.WebUI.WebSpellChecker" TagPrefix="ig_spell"
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"">www.w3.org/.../xhtml1-transitional.dtd">
<
html xmlns="">http://www.w3.org/1999/xhtml"
>
head runat
="server">
<title></title
</
head
body
<form id="form1" runat
<div
<ig_spell:WebSpellCheckerDialog ID="WebSpellCheckerDialog1" runat
</ig_spell:WebSpellCheckerDialog
</div
</form
html
Public
Partial Class
SpellCheckerDialog
Inherits
System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me
.Load
End
Sub
Class
Hello,
I have created a sample for your reference. You may comment out the client side event and can uncomment the below line of code from the sample. Both methods work for me.
this.WebSpellChecker1.WebSpellCheckerDialogPage = "SpellCheckerDialog.aspx ";
Attached is the sample. Let me know if it works.
Thank you.
this is putting me through living hell as well...
we need a CURRENT VB.net example
less than happy with what I'm seeing in both the samples and here
we need INDIVIDUAL samples and in my case I'm going nuts with ASP auth causing problems.