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

[Solved] radEditor Table Wizard 'Sys' is undefined

3 Answers 133 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Paul J
Top achievements
Rank 1
Paul J asked on 21 Jan 2009, 08:49 PM
When a user clicks on "Table Wizard" it brings up the dialog box for the Table Wizard. However, it throws a 'Sys' is undefined javascript error. At this point the tabs within the dialog box do not do anything when clicked, nor does the first tab "Table Design" show anything other than a few labels.

Any ideas? I have the following httpHandlers within my web.config:

<add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.03.1314.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" verb="*" validate="false" /> 
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" /> 

haven't been able to figure it out. I also have the "Editor Dialogs" folder within my web root. and I have the xml tools file within the web root as well. Am I missing some files within my web root, or is it a specific setting or something I'm missing?

Thanks.

3 Answers, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 26 Jan 2009, 01:48 PM
Hi Paul,

I tried to reproduce your problem but to no avail. You should not be getting such error with the configuration that you have set.

I suggest to open a support ticket and send us a sample working version of your project where this behavior can be observed. We will do our best to help you.

All the best,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
TCF Schepers
Top achievements
Rank 2
answered on 02 Sep 2009, 03:27 PM
Hi Nikolay,

Has this problem been resolved in the meanwhile? I'm getting the same type of error when I'm trying to open any dialog from the RadEditor. VS2008 gives me the options to continue with the operation, however if I do that, I get multiple javascript errors.

Thanks in advance,

Regards,
Thomas Schepers
0
Lini
Telerik team
answered on 04 Sep 2009, 09:51 AM
Hello,

A "Sys is undefined" error in the editor dialogs can mean one of two things - either the ASP.NET AJAX ScriptResource.axd handler is not configured correctly and the dialog scripts are not sent to the browser, or your site's web.config is using the <xhtmlConformance> element. If you have this element, remove it and the editor dialogs should be OK. If you have errors with the ScriptResource handler, make sure that your web.config is configured to support ASP.NET AJAX - http://www.asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx

Best wishes,
Lini
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
Paul J
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
TCF Schepers
Top achievements
Rank 2
Lini
Telerik team
Share this question
or