We recently updated our Telerik controls, and in that, we lost the ability to select multiple items in the FileExplorer. We've tried these 4 settings, to no avail:
Is there any other settings we need to set to re-enable multiselect in the FileExplorer?
FileExplorer.Grid.AllowMultiRowSelection =
true
;
FileExplorer.Grid.AllowMultiRowEdit =
true
;
FileExplorer.FileList.AllowMultipleItemSelect =
true
;
FileExplorer.ListView.AllowMultiItemSelection =
true
;
Is there any other settings we need to set to re-enable multiselect in the FileExplorer?