Open a RadOpenFileDialog when Using the RadCloudUpload
Environment
Product | RadCloudUpload for WPF |
Description
How to replace the default MS OpenFileDialog with a RadOpenFileDialog.
Solution
Handle the AddingFiles event of the RadCloudUpload control, cancel the creation of the default dialog with the CancelDialogOpening property, open a new RadOpenFileDialog and populate the FileNames collection with the files, selected in the dialog.