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