#I676641
- The issue with the details View column and selection when dynamically changing the view in the File Manager component has been resolved.#I681088
,#FB628089
- ProvidedenableMenuItems
API method support to enable the menu items in the File Manager component.
#I682491
- Resolved the issue with the flat data in the FileManager component, where the "This folder is empty" message still appeared after clearing the search input.
#I677561
- The issue with the File Manager component's details view related to date formatting has been resolved.
#I676141
- The issue with current directory drag-and-drop functionality in the navigation pane of the File Manager component has been resolved.
#I663792
- The issue with the child item's filter path during the rename operation in the File Manager component flat data has been resolved.#I663788
- The issue with the incorrect filter path during the folder creation operation in the File Manager component flat data has been resolved.#I663794
- The issue with the error dialog appearing during drag-and-drop operations between nested folders in the flat data File Manager component has been resolved.#I663789
- The issue with drag-and-drop functionality in the navigation pane of the flat data File Manager has been resolved.#I663795
- The issue with thehasChild
property not updating during move operations in the Navigation Pane of the flat data File Manager component has been resolved.#I663864
- The issue with nested-level drag and drop in the navigation pane of the File Manager component using SQL service has been resolved.
#FB22569
- Provided chunk upload support in the File Manager, making it easier to upload large files or folders by breaking them into smaller chunks based on the specifiedchunkSize
within uploadSettings property.
#I659845
- The persistence issue with the sorting direction in the File Manager component details view has been resolved.#I654478
- Resolve the inconsistent path issue in File Manager component ID based service.#I658815
- The issue with thectrl
andcmd
buttons for selecting multiple files in the macOS has been resolved.#I662195
- The issue with navigation pane not reflect the renamed item data in the macOS has been resolved.
#I657144
- Fixed an issue with the move event arguments in the File Manager component's flat data support.#I656248
- Addressed an issue with search results in the File Manager component's flat data support when searching within a subdirectory.#I655646
- Resolved the delete operation issue while performing delete operation for nested level of folder in the File Manager component navigation pane.#I658910
- The issue with navigation pane not reflect the renamed item data in File Manager component has been resolved.
#I649098
- Resolved a console error that occurred during drag-and-drop operations in the File Manager component when integrated with the NodeJS service.
#I641183
- Resolved the flat data navigation path and rename arguments issues in the File Manager component.
#I629895
- The scrolling performance of the File Manager component has been enhanced to enable smoother scrolling during drag-and-drop operations.#I633879
- Improved error handling and null value management in File Manager component create folder andfilterFiles
operations.
#I632755
- The issue with mobile mode tap events in File Manager component large icons view has been resolved.#I634920
- The issue with multiple selection in File Manager component details view has been resolved.
#I633879
- Improved error handling and null value management in File Manager component file operations.
#I629895
- The issue with drag and drop action in the File Manager component with virtualization has been resolved.#FB61054
- The issue with navigation pane update while performing drag and drop action in the File Manager component has been resolved.
- The Backspace key navigation support is provided for File Manager to navigate to the previous path in File Manager. To navigate to the previous path programmatically, you can use the traverseBackward method.
- The File Manager supports for selecting files and folders in specific ranges through mouse drag as like File Explorer. This can be enabled through enableRangeSelection property.
#FB22674
- SharePoint file service has been implemented to connect as backend with File Manager.
#I620497
- ProvidedmenuClose
event support to prevent the context menu close action in File Manager component.#I615927
- The issue with the drag and drop action in the navigation pane of the File Manager component has been resolved.
#I620476
- Improved error handling and null value management in File Manager component file operations.
#I608803
- The issue with renaming the tree item by directly right-clicking the item has been resolved.#F189075
- The issue with rendering the File Manager component using flat data support based on the root folder ID has been resolved.#I608802
- The issue with copy and paste a folder within File Manager component navigation pane has been resolved.
#I603942
- Column hide issue in details view pane when utilizing thehideAtMedia
property in File Manager component has been resolved.
#I603473
- Resolved the issue where the context menu item in the File Manager component remained disabled after opening the context menu for the root folder in the navigation pane.
#FB10417
- Provided support for rendering flat data objects in FileManager component, removing the necessity for server requests and backend URL configuration. This enhancement also eliminating the need to defineajaxSettings
while rendering the component.- Now, we have provided closeDialog method in FileManager to programmatically close the delete, rename, upload, create, details and other dialog popups.
- Introduced new event support for actions performed within the FileManager component. These new events significantly expand your ability to tailor and enhance your interactions within the File Manager, providing you with more control and flexibility. Below, you will find the corresponding event names and event argument details.
Event Information
Event Name | Argument Name | Properties | Description |
---|---|---|---|
beforeDelete | DeleteEventArgs | path, itemData, cancel. | This event is triggered before the deletion of a file or folder occurs. It can be utilized to prevent the deletion of specific files or folders. Any actions, such as displaying a spinner for deletion, can be implemented here. |
delete | DeleteEventArgs | path, itemData, cancel. | This event is triggered after the file or folder is deleted successfully. The deleted file or folder details can be retrieved here. Additionally, custom elements' visibility can be managed here based on the application's use case. |
beforeFolderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered before a folder is created. It allows for the restriction of folder creation based on the application's use case. |
folderCreate | FolderCreateEventArgs | path, folderName, parentFolder, cancel. | This event is triggered when a folder is successfully created. It provides an opportunity to retrieve details about the newly created folder. |
search | SearchEventArgs | showHiddenItems, caseSensitive, searchText, path, cancel, searchResults. | This event is triggered when a search action occurs in the search bar of the File Manager component. It triggers each character entered in the input during the search process. |
beforeRename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is about to be renamed. It allows for the restriction of the rename action for specific folders or files by utilizing the cancel option. |
rename | RenameEventArgs | path, itemData, newName, cancel. | This event is triggered when a file or folder is successfully renamed. It provides an opportunity to fetch details about the renamed file. |
beforeMove | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder begins to move from its current path through a copy/cut and paste action. |
move | MoveEventArgs | path, targetPath, targetData, itemData, isCopy, cancel. | This event is triggered when a file or folder is pasted into the destination path. |
#I594282
- Resolved the fileOpen event issue in the File Manager component.
#I590909
- Resolved the file selection issue when enabling the virtualization support in the File Manager component.
- The
isPrimayKey
property in the File Manager componentdetailsViewSettings
has been marked as deprecated. It will continue to function as before, but it is recommended to avoid using it in new code as this usage is handled internally without declaring it in sample.
#I574902
- The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
#I574481
- The issue with context menu items not getting disabled when menu items contain spaces in the File Manager component has been resolved.#I573974
- The console error while trying to persist the deleted file in the File Manager component has been resolved.#I574902
- The error dialog that appears when refreshing the File Manager component's SQL service has been resolved.
#I572635
- The problem where an extra plus icon appeared in the details view of the file manager component when in mobile mode has been resolved.
#I561123
- The issue with being unable to sort the header columns using keyboard interaction has been resolved.
#FB50961
- The issues related to XSS attacks with file or folder names in the File Manager details view template is fixed.
- Provided support in FileManager component to perform download operations via Fetch API request. Now FileManager component, will allow users to perform download operations using either the default form submit method or the latest Fetch API request with a Boolean property
useFormPost
in theBeforeDownloadEventargs
. The default value ofuseFormPost
is set totrue
, directing the FileManager component to utilize the form submit method by default for download operations.
#FB44788
- Provided template support to customize toolbar items. In earlier versions, Toolbar item customization was limited to a predefined set of options. With this new feature, you can now define your own templates to completely customize the appearance and functionality of toolbar items.
#I337431
- The issue with "filterFiles
method in FileManager component" has been resolved.
#F166908
- The issue with "When pressing Ctrl+A key, the scroll bar is moved to last item in FileManager detail view" has been resolved.
#F160683
- The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
#F165213
- The issue with "The Details view path column is not removed when refreshing the FileManager files" has been resolved.#F160683
- The issue with "Error dialog shown while quickly clicking on the folders when enabling drag and drop support" has been resolved.
#I323484
- Now, the warning dialog will be displayed while dropping the searched file into the same source location in the FileManager component.
#I321258
,#I320950
- The issue with "Error as occurred while sorting the path column at second time in FileManager component" has been fixed.#I318476
,#I320950
- Resolved the script error that occurred while dragging and dropping an item without selecting it in details view of the FileManager component.
#305138
- The issue with "Incorrect message is displayed in delete dialog for FileManager Component" has been resolved.
#288436
- The issue with "The error dialog appears when copy and paste the folder with the same name" has been resolved.
#288598
- Now, the file details will be sent correctly to the server side while using the rootAliasName property.
- Resolved the incorrect delete confirmation dialog content for file in details view of the FileManager component.
- The issue with “The Toolbar is not updated while adding the sortOrder property value as none” is fixed now.
- Resolved the issue with the incorrect delete confirmation dialog heading and content of the FileManager component.
- Added the upload customization support for ASP.NET Core AmazonS3 File Provider.
- Added the upload customization support for Google Drive File Provider.
- Added the upload customization support for FTP File Provider.
- Added the upload customization support for Firebase Realtime Database File Provider.
#151112
,#152443
- Added the access control support for SQL Server File Provider.#260977
,#263918
- Added the file provider support in ASP.NET MVC for Amazon S3(Simple Storage Service) bucket storage service.#275878
- Provided an option to prevent default sorting of the files and folders in the FileManager component.- Provided the support to display the FileManager's dialog at the user specified target.
- The issue with "File name is not displayed in the access control error message" has been fixed.
- The issue with "The toolbar is not updated when selecting the root folder in the FileManager component" has been resolved.
- Resolved the script error thrown from the FileManager component when resizing the window.
- The issue with
Unable to localize the error message in the access control actions
has been fixed. #269976
- Now, The FileManager UI will be refreshed properly when resizing the browser window.
#266091
- Now, the date modified column in the details view is globalized based on the locale value.#266713
- The script error thrown while performing the GetImage operation in NodeJS File System Provider has been fixed.
- Added the File Provider support for IBM Cloud Object Storage.
#262023
- Added the upload customization support for ASP.NET Core Azure File Provider.#151515
- Added the upload customization support for SQL Server File Provider.
#263021
- Support has been provided to auto close the upload dialog after uploading all the selected files.
#262675
- Provided the support to prevent the XSS attacks using theenableHtmlSanitizer
property.- The issue with the given
name
column's width that is not applied in details view has been resolved.
- Resolved the script error when navigate any folder after changing the toolbar settings dynamically in the FileManager component.
#149499
- The issue with date modified in ASP.NET Core Azure File System Provider has been fixed.#256589
- The issue withDirectory traversal vulnerability
in NodeJS File System Provider has been fixed.
#258121
- Resolved the CSS warnings in Firefox 71.0 version.
#149500
- The issue withincorrect popup name in popupBeforeOpen event
has been fixed.
- The new events
beforeDownload
andbeforeImageLoad
have been provided to customize thedownload
andgetImage
file operations. - The new ' rootAliasName ' property has been provided to display the custom root folder name.
- Added the filesystem provider support for File Transfer Protocol.
#252873
- The issue withfile search on pressing the enter key
has been fixed.
#148827
- New eventfileSelection
have been included to restrict the file selection in FileManager.
- The issue
FileManager throws script error when navigate to the different folder after sorting the path column in details view
has been fixed.
- Support has been provided to include a custom message in
AccessRule
class using the message property.
- Now, in access control, the
FolderRule
andFileRule
classes are combined into a singleAccessRule
class, where you can specify both folder and file rules by using theIsFile
property. - Now, the
Edit
andEditContents
in access control are renamed asWrite
andWriteContents
.
- Now, the rename dialog shows or hides the file name extension based on the
showFileExtension
property value in the FileManager.
- The issue with
the fileOpen event that was not triggered for folder navigation through navigation pane
has been fixed.
- The issue
FileManager’s details view contains the unnecessary scrollbar and eclipsis in Chrome browser (version 76.0.3809.132)
has been fixed.
- Support has been provided in asp core platform for customizing the columns of FileManager's details view. We have also limited the
columns
attributes of thedetailsViewSettings
property instead of accessing the all attributes from theGrid
sub component.
- The issue
the FileManager throws script error when performing sorting in details view when the SortBy button is not present in toolbar
has been fixed. - The issue
the FileManager throws script error when return null response from server for search operation
has been fixed.
- New events have been provided to customize the dialog in FileManager.
- New methods have been provided to select all files and clear the selection in current path of the FileManager.
- New methods have been provided to customize the context menu items in FileManager.
- Methods have been provided to perform file operations such as create, upload, download, delete, rename, and open in FileManager.
- The issue with the
FileManager that throws script error while accessing the shared folder in physical file provider
has been fixed.
- A method has been provided to customize the filtering support in FileManager.
- The
ID
based support has been provided to theselectedItems
property to manage the files with duplicate names.
- Issue with
when the component is rendering and you are trying to resize the window the component throws script error
is fixed.
- Issue with
empty folder icon alignment when persistence enabled
is fixed.
- Provided the
id
based support forpath
property to manage the files in an efficient way on going with file system providers.
- Added file system provider support for SQL server database, Microsoft Azure cloud storage, NodeJS framework, and Google Drive cloud storage.
- Provided access control support for physical file system provider.
- Provided cut, copy, and paste file operations support.
- Provided drag and drop support.
- Provided rename and replace support for uploading files.
- Provided options to upload specific types of files based on extensions.
#144270
- Added support to use the JWT tokens withbeforeSend
event’s Ajax settings.
- Added filesystem provider support for ASP.NET MVC 4 and 5 frameworks.
- The
beforeFileLoad
event’smodule
argument values have been changed as follows:
Argument Name | Old Value | New Value |
---|---|---|
module | navigationpane | NavigationPane |
module | Grid | DetailsView |
module | LargeIcon | LargeIconView |
The FileManager
is a graphical user interface component used to manage the file system. It enables the user to perform common file operations such as accessing, editing, uploading, downloading, and sorting files and folders. This component also allows easy navigation for browsing or selecting a file or folder from the file system.
- Different Views - Provides detailed and large icon views.
- Context menu support - Provides detailed and large icon views.
- Custom toolbar support - Customize the toolbar to provide only necessary features.
- Multiple file selection - Select multiple files simultaneously.
- Accessibility - Features built-in accessibility support that makes all features accessible through keyboard interaction, screen readers, or other assistive technology devices.
- Localization - Translate file names to any supported language.