Multiple Selection in File Manager
18 Nov 20181 minute to read
The File Manager allows multiple file selection through the allowMultiSelection) property (enabled by default). The multiple selection can be done by pressing the Ctrl key or Shift key and selecting the files. The check box can also be used to do multiple selection. Ctrl + A can be used to select all files in the current directory. The fileSelect event will be triggered when the items of File Manager control is selected or unselected.
The example below demonstrates how the File Manager allows multiple file selection using the allowMultiSelection property.
The output will look like the image below.

Range Selection
The File Manager supports selecting files and folders in specific ranges through mouse drag, similar to File Explorer. This is particularly useful in scenarios where users need to select a large group of files quickly without manually clicking each one.
Enabling Range Selection
The output will look like the image below.

Disable Multi selection
The output will look like the image below.
