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

Access Denied - Scripting Error

8 Answers 198 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ian Coetzer
Top achievements
Rank 2
Ian Coetzer asked on 30 Jun 2008, 12:39 PM
Hi

I would like to also have some support on this issue.
I have a RadComboBox which I have deployed to a QA and PROD IIS server.
It works fine when accessing the web site directly within IE.

BUT we also want to make this web site available from within a Portal web application, when we do this we get a javascript scripting error:

Line: 5960
Char: 49
Error: Access is denied

This results in the RadComboBox to be inaccessible - one cannot enter a new value and also not select an option from the dropdown.

Any suggestions? should I revert back to standard dropdown controls and drop the Telerik dropdown control?

Bye

8 Answers, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 30 Jun 2008, 02:42 PM
Hi ,

Could you please send us  a live url to see the problem? This will help us to understand  where the problem is and provide you with more specific instructions.

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ian Coetzer
Top achievements
Rank 2
answered on 30 Jun 2008, 02:49 PM
Hi

No, I cannot since it can only go to the live portal once it is in production mode. currently running on an internal QA portal only.

Bye
0
Accepted
Rosi
Telerik team
answered on 01 Jul 2008, 07:06 AM
Hi Lan Coetzer,

Could you please provide more details about what "portal" means in your case? Is this the production server or something else?

Also is the RadComboBox placed inside iframe?

I suspect that you have come across a cross-domain frame issue in the ASP.NET AJAX Framework (as RadControls for ASP.NET Ajax are based on it). The "Access denied" error is thrown from the Sys.UI.DomElement.getLocation method (part of the ASP.NET AJAX framework) in this scenario. You can try to implement the workaround described here in order to resolve the problem.

Hope this helps

Regards,
Rosi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Ian Coetzer
Top achievements
Rank 2
answered on 01 Jul 2008, 03:51 PM
Hi

Thanks, this worked!

One note thought I had to replace the RadScriptManager's with the normal ScriptManager component installed with the extensions to get this to work.

Thanks again!
0
Ryan
Top achievements
Rank 1
answered on 13 Oct 2008, 11:52 PM
Hello,

We recently upgraded to Telerik 2008.2 (10/1/08), and it appears that this fix may no longer work.  Can you please verify that this patch should still work with the latest set of Telerik controls (Promethius).

Thank you,
Ryan
0
Rosi
Telerik team
answered on 14 Oct 2008, 10:31 AM
Hi Ryan,

We cannot reproduce this issue at our side. If  you use RadScriptManager, I suggest you replace it with ASP.NET ScriptManager and let us know how this goes.

You can also prepare and send us a sample running project which illustrates the issue to test it locally.


Kind regards,
Rosi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Navneet
Top achievements
Rank 1
answered on 03 Dec 2008, 10:24 AM
Hi Rosi,

I am using Telerik RADControls (RadControls_for_ASP.NET_AJAX_2008_3_1125_dev.exe) and getting "Access is denied" javascript error. We are using IFRAME to open the page, which has RAD Controls like TabStrip. This application is based on .net 2.0. Is there any solution other than what is specified in the your post below (described in http://weblogs.asp.net/bleroy/archive/2007/01/31/how-to-work-around-the-quot-access-denied-quot-cross-domain-frame-issue-in-asp-net-ajax-1-0.aspx).

Please suggest.

Thanks,
Navneet
0
Atanas Korchev
Telerik team
answered on 03 Dec 2008, 03:42 PM
Hi Navneet,

The workaround specified in bleroy's blog post is the only one we are aware of.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Ian Coetzer
Top achievements
Rank 2
Answers by
Rosi
Telerik team
Ian Coetzer
Top achievements
Rank 2
Ryan
Top achievements
Rank 1
Navneet
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or