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

Problem with RadEditor after installing the latest service pack.

1 Answer 18 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Nen
Top achievements
Rank 1
Nen asked on 20 Oct 2010, 07:32 AM
Hi all,

we were doing the following before the service pack and we were able to get the related information, we add the attibutes from code-behid.

editor._rootElement.attributes["clientID"].value;


but after the latest service pack we run into the following error, can someone help?

Message: 'editor._rootElement.attributes' is null or not an object


Thanks
-Nen

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 25 Oct 2010, 06:51 AM
Hi Nen,

The _rootElement is private property of RadEditor's client-side object and it is not recommended to be used. You can use the get_element() public client-side method to get reference to the RadEditor's wrapper element which contains the custom attributes added from the code behind.

If using the public method does not solve the issue, could you please provide more detail information on the specific scenario?
  • Which was the version of RadControls used in the application before the upgrade?
  • Could you please provide sample page replicating the problem so we can investigate it further?

Regards,
Dobromir
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
Nen
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or