This question is locked. New answers and comments are not allowed.
Hello,
I have overridden the Browse method of the EditorFileBrowserController class and return the Telerik.Web.Mvc.UI.BrowseResult object in the JsonResult. In my test case I have a root directory and a subdirectory called Bla1234. When I enter the subdirectory over the ImageBrowser the display location on the top of the control is Root -> Bla1234.
But when I preselect the Root/Bla1234 directory on the server and set the corresponding Path member of the BrowseResult object to this directory, the display location only contains Bla1234. The 2 BrowseResult object seem to be identical.
How can I manage to have the same behaviour in the 2 cases ?
Thanks
I have overridden the Browse method of the EditorFileBrowserController class and return the Telerik.Web.Mvc.UI.BrowseResult object in the JsonResult. In my test case I have a root directory and a subdirectory called Bla1234. When I enter the subdirectory over the ImageBrowser the display location on the top of the control is Root -> Bla1234.
But when I preselect the Root/Bla1234 directory on the server and set the corresponding Path member of the BrowseResult object to this directory, the display location only contains Bla1234. The 2 BrowseResult object seem to be identical.
How can I manage to have the same behaviour in the 2 cases ?
Thanks