We need convert legacy APS.NET Form based project to MVC. In legacy project we used Telerik RadFileExploer control to handle file management. But I did not find equivalent control in Kendo UI. Is there any similar control in Kendo UI?
Thanks in advance!
1 Answer, 1 is accepted
0
Accepted
Marin Bratanov
Telerik team
answered on 01 Mar 2019, 07:22 PM
Hello,
Such a file explorer component would require server-side logic to create the list of files. Since this is highly specific to the server, framework, application, authentication, user roles and permissions (and probably a lot of other factors), this is something that the application needs to generate. Once you have enumerated the files and folders, you can easily show them in a control like a TreeView or TreeList.
You can also try instantiating the file browser widget used in the editor as someone did in this thread or like in this example, but it is not something we support outside of the editor.
Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.