New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Events

RadFileExplorer has a number of client-side events that you could use:

RadFileExplorer's server-side properties for handling client-side events:

EventDescription
OnClientInitSets the name of the JavaScript function called just before the control is initialized.
OnClientLoadSets the name of the JavaScript function called when the control loads in the browser.
OnClientCopySet the name of the JavaScript function called when the user tries to copy an item.
OnClientCreateNewFolderSets the name of the JavaScript function called when a new folder is created.
OnClientDeleteSets the name of the JavaScript function called when the user tries to delete an item (file or folder).
OnClientFileOpenSets the name of the JavaScript function called when an item is double-clicked in the grid or in the tree.
OnClientFilesDroppingSets the name of the JavaScript function called when the user drops the files for uploading in the file list.
OnClientFilterSets the name of the JavaScript function called when the user filters the files in the grid.
OnClientFolderChangeSets the name of the JavaScript function called when the selected folder in the tree changes.
OnClientFolderLoadedSets the name of the JavaScript function called when a folder is loaded in the grid.
OnClientItemSelectedSets the name of the JavaScript function called when the user selects an item in the grid.
OnClientMoveSet the name of the JavaScript function called when the user tries to move or rename an item.

See Also