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

Conversion problem - asp.net to asp.net AJAX Q2

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 30 Oct 2008, 02:15 PM
HI,

I am converting a project to the latest Q2 version and have referenced the DLL correctly in my project.

I am hitting a problem wherein we are dynamically creating a RadEditor and then assigning it various properties. In this situation, certain properties are not available. Example -

        Dim EditorObj As New Telerik.Web.UI.RadEditor

In the asp.net AJAX documentation, you indicate that the editor can be assigned various image upload, etc. paths as shown below.

 RadEditor1.UploadImagesPaths = imagepath
 RadEditor1.ImagesPaths = imagepath
 RadEditor1.DeleteImagesPaths = imagepath

However, when I try this

 EditorObj.UploadImagePaths

that property is not available according to Intellisense. Is this a problem with Intellisense or am I not correctly traversing the object properties. Please let me know.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 30 Oct 2008, 04:04 PM
Hi Karl,

Please, see the following help articles on the topic:

Migration from RadEditor Classic to RadEditor for ASP.NET AJAX,
Images,
File Browser Dialogs.

Kind regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or