Hi telerik,
I've recognized a Bug when defining the path of ImageManager:
This lines of code gives a blank ImageDialogBox:
Possibly reason: The length of the string seems to have a limited length.
By the way: The DocumentManager is OK.
Regards,
Andreas
I've recognized a Bug when defining the path of ImageManager:
This lines of code gives a blank ImageDialogBox:
| var strArray = new[] { "~/Upload/a8991277-77b6-4f8c-922a-a61d6fdc181e/02f99ae0-f2b5-4135-b58e-9a6a9205345b/" }; |
| editor.DialogHandlerUrl = "~/Telerik.Web.UI.DialogHandler.axd"; |
| // |
| editor.ImageManager.ViewPaths = editor.ImageManager.UploadPaths = editor.ImageManager.DeletePaths = strArray; |
By the way: The DocumentManager is OK.
Regards,
Andreas