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

RadTextBox Validation

1 Answer 74 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Germán
Top achievements
Rank 1
Germán asked on 11 Nov 2015, 04:02 PM

Hi,

I have a couple textboxes with validators on a page like so:

<script manager/>

<loading panel/>

<panel>

<textbox1 validationgroup=a/>

<validator1 validationgroup=a/>

<textbox2 validationgroup=a/>

<validator2 validationgroup=a/>

<button validation group=a causesvalidation=true/>

</panel>

 If I remove the second validator all goes OK the minute I add the second validator I get a javascript library error from ScriptResource.axd?d=....

0x800a1391 - JavaScript runtime error: '$telerik' is undefined.

I'm using the latest build v.2015.3.930.45  and this is what I have on my config file:

<httphandler> 

<add path="telerik.ui....webresources.axd" type="telerik...." verb="*" validate="false" 

</httphandler>

Has anybody else had this problem?

Thanks,

German

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Nov 2015, 03:19 PM
Hello,

Please review the following help article where additional information about this problem is available:
http://www.telerik.com/help/aspnet-ajax/introduction-troubleshooting.html

Give the solution provided there a try and if you still receive the error, open a support ticket with a sample project that reproduces the error, so we can test it locally.

Regards,
Pavlina
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Germán
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or