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