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

JS Error using Editor in custom DNN module

3 Answers 61 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Simon Holman
Top achievements
Rank 1
Simon Holman asked on 27 May 2009, 06:22 AM
I am creating a custom DNN module and want to use the Rad Editor.

Almost everything work but when I click on the button to add a link I get an error "Microsoft JScript runtime error: Object doesn't support this property or method"

The line shown in the debugger is

var _8=_6.__lookupSetter__("checked");

3 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 30 May 2009, 02:33 PM
Hello,

I think that this error was reported earlier by users with IE 8. If you are using Internet Explorer 8, please upgrade your module to use a more recent version of the RadControls for ASP.NET AJAX suite. The current official version is 2009.1.527 (Q1 2009 Service Pack 2).

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Moustafa
Top achievements
Rank 1
answered on 31 May 2010, 07:56 AM
Is there any work around to solve this problem without upgrading to the new version because when I upgrade to the new version lot of things are changed in my application especially skins and  css ,

if not can I use both versions (Q3 2008 and Q1 2009) in my application

or is there any .dll file for the editor only instead of the whole controls in one dll file.
0
Rumen
Telerik team
answered on 02 Jun 2010, 02:12 PM
Hi Moustafa,

The only possible way to solve the issue is to upgrade.

Indeed, there were huge changes in the skinning mechanism of RadControls for ASP.NET AJAX in Q1 2009. We published two blog posts that explain the skinning changes introduced in that release:
Using pre-Q1 2009 skins with Q1 2009!
and
RadControls for ASP.NET AJAX receive a major face-lift!
along with instructions how to upgrade your projects.

You can download the old skins from this forum sticky post: RadEditor Q3 2008 Skins Available for Download.


 It is also not possible to have two different versions of Telerik.Web.UI.dll in one application. All Ajax controls are embedded in a single DLL and they are not distributed standalone.

Sincerely yours,
Rumen
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Simon Holman
Top achievements
Rank 1
Answers by
Lini
Telerik team
Moustafa
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or