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:
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.
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.