This is a migrated thread and some comments may be shown as answers.

Spell Check is not loading for the First Time

3 Answers 47 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Prakash
Top achievements
Rank 1
Prakash asked on 02 Aug 2011, 08:02 AM
Hi,

I have implemented spell check in my page. i am facing a problem in spell check, its is not loading for the first time.

for example

i have configured a textbox to the spell check, and have provided text with spelling mistakes, now when i click the Spell Check button a dialog box has been open and it has been in progress for long time.

if i am doing this again na then its working fine.

i have included spellcheck as below

<

 

 

telerik:RadSpell ID="spVenue" runat="server" ButtonText="Spell Check" ControlToCheck="txtVenueName"

 

 

 

AjaxUrl="~/Telerik.Web.UI.SpellCheckHandler.axd" />

 


Included RadSpell.Dialog.resx in App_GlobalResources, App_Data\RadSpell\en-US.tdf

and in Web.Config

<

 

 

httpHandlers>

 

<

 

 

add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false"/>

 

</

 

 

httpHandlers>

 

<

 

 

handlers>

 

<

 

 

add name="Telerik_Web_UI_SpellCheckHandler_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler"/>

 

</

 

 

handlers>

 


Please help me to fix this problem.

Thanks,
Prakash.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Aug 2011, 05:22 PM
Hi Prakash,

I am not aware of this problem. Are you able to reproduce it in the attached sample project?

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Prakash
Top achievements
Rank 1
answered on 08 Aug 2011, 09:59 AM
Hi,

below is the scenario to reproduce the issue.

1. Implemented Spell Check in the application.
2. run the application in the system (first time i am running the application in this system, i have not run any other application that has spell check)
3. provide spelling mistake word in the textbox and then click the spell check button.
4. now a dialog box will open but it is not loaded.. it is in processing for more time.

please help me to fix this issue.

thanks in advance
0
Rumen
Telerik team
answered on 11 Aug 2011, 07:00 AM
Hello Prakash,

The provided information is still not sufficient to reproduce the problem. What do you mean by "system"?

You also did not answered my question: Are you able to reproduce the problem in the provided project in my earlier post? Does the problem happens in the live demos of RadSpell as well as on another machine?

Have you tried the latest Q2 2011 build of RadControls for ASP.NET AJAX?



Best wishes,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Spell
Asked by
Prakash
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Prakash
Top achievements
Rank 1
Share this question
or