Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Currently our filemanager component takes two ajax request for specify inner level folders, so need to reduce this request as a single. For this scenario, we will make single ajax request to gather all the corresponding data's and bind that JSON data to FileManager component. Currently we don't have this option in FileManager. So need to consider the option to render the FileManager component from given JSON.
We need to provide the support to process the file operations using custom adaptor at client side. Ie., no need to process the request using ajax call.