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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

20
Votes

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.