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

2010.3.1304 to 2011.1.517 issue

1 Answer 36 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 24 May 2011, 08:45 PM
Form has multiple RadEditors -  works fine with 2010.3.1304.   However this version of RadAsyncUpload has an issue so we need to upgrade.

When 2011.1.517 is used we get an error message.   We are using .content and this issue did not occur using 2010.3.1304.   We are isolating but any suggestions?

Please, use the Content property of Radeditor to set its content.  The value of the Text property is generated using the value of the Content property. 

Update:  Developer tested all different verisons (before and after the one in use) release and same issue occurs so something strange is going on.   At least the version prior should not have the issue so we'll investigate it further when we have time.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 May 2011, 12:19 PM
Hello Lenny_shp,

This error is returned only by the setter of the Text server property of RadEditor and is available only in this property in the whole source code of the control:

        public string Text
        {
            get
            {
                           .....
            }
            set
            {
                throw new InvalidOperationException(@"Please, use the Content property of RadEditor to set its content.
The value of the Text property is generated using the value of the Content property.");
            }
        }

We have not made any changes inside this functionality and you should not experience the reported problem with the latest version 2011.1.517. Could you please isolate the problem in a simple working project and send it for examination on our end via the attachment functionality of the support ticketing system.

Best regards,
Rumen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Editor
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or