New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Events
Updated over 6 months ago
RadFileExplorer has a number of client-side events that you could use:
RadFileExplorer's server-side properties for handling client-side events:
| Event | Description |
|---|---|
| OnClientInit | Sets the name of the JavaScript function called just before the control is initialized. |
| OnClientLoad | Sets the name of the JavaScript function called when the control loads in the browser. |
| OnClientCopy | Set the name of the JavaScript function called when the user tries to copy an item. |
| OnClientCreateNewFolder | Sets the name of the JavaScript function called when a new folder is created. |
| OnClientDelete | Sets the name of the JavaScript function called when the user tries to delete an item (file or folder). |
| OnClientFileOpen | Sets the name of the JavaScript function called when an item is double-clicked in the grid or in the tree. |
| OnClientFilesDropping | Sets the name of the JavaScript function called when the user drops the files for uploading in the file list. |
| OnClientFilter | Sets the name of the JavaScript function called when the user filters the files in the grid. |
| OnClientFolderChange | Sets the name of the JavaScript function called when the selected folder in the tree changes. |
| OnClientFolderLoaded | Sets the name of the JavaScript function called when a folder is loaded in the grid. |
| OnClientItemSelected | Sets the name of the JavaScript function called when the user selects an item in the grid. |
| OnClientMove | Set the name of the JavaScript function called when the user tries to move or rename an item. |