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

[Solved] Validator does not work in firefox

1 Answer 119 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Kashif Imran
Top achievements
Rank 1
Kashif Imran asked on 29 Aug 2009, 06:18 AM
I am using radeditor for ajax with asp.net validator control using the code below. when user click on the button, validation works in IE and pages get scrolled to the editor. But it does not work in firefox. I have a long page and submit page is at the bottom. In all non IE browsers when I click submit, nothing happens and if i scroll up to the box i can see the valiation text there. How can I scroll the page to make sure that it shows the valiation msg. thanks.

 

<tk:RadEditor ID="txt" runat="server" Width="80%" Height="290px" ToolsFile="~/Editor/BasicEditTools.xml"

 

 

EditModes="Design">

 

</tk:RadEditor>

 

 

<cc1:ValidatorCalloutExtender ID="VCRequiredText" runat="server" TargetControlID="RequiredText">

 

 

</cc1:ValidatorCalloutExtender>

 

<

 

asp:RequiredFieldValidator ID="RequiredText" runat="server" ControlToValidate="txt"

 

 

 

 

 

SetFocusOnError="True" Display="None" ErrorMessage="Please enter text...."></asp:RequiredFieldValidator>

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Sep 2009, 03:16 PM
Hi Kashif,

The ValidatorCalloutExtender control is currently not compatible with RadEditor. We will try to provide support for it in one of the upcoming versions of RadEditor for ASP.NET AJAX.

I updated your telerik points for your feature request.

Best regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Kashif Imran
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or