This is a migrated thread and some comments may be shown as answers.

Custom handler with personal toolbar

3 Answers 37 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Romain
Top achievements
Rank 1
Romain asked on 21 May 2013, 09:35 AM
Hi Telerik team and community

I've got a little  question. I use the fileexplorer control but I've hidden the original toolbar and I use a personnal toolbar. So, I've to custom all handler to call functionnality (new dir, gridview etc ... )

Here is my question, How I can call the dialog upload window with a personal button ? I hope my question is understandable

Thanks

Romain




3 Answers, 1 is accepted

Sort by
0
Romain
Top achievements
Rank 1
answered on 22 May 2013, 12:48 PM
No one know how I can call the upload dialog with a personal button ?
0
Accepted
Misho
Telerik team
answered on 23 May 2013, 03:46 PM
Hi,

This is actually not a typical supported scenario, however it could be achieved by using the following private client-side method to open the FileExplorer Upload dialog:

$find('ctl00_ContentPlaceHolder1_FileExplorer1')._fireCommand("Upload")
$find('ctl00_ContentPlaceHolder1_FileExplorer1')._fireCommand("Upload")
$find('FileExplorer1ID')._fireCommand("Upload")


Regards,
Misho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Romain
Top achievements
Rank 1
answered on 23 May 2013, 03:50 PM
Yeahh Misho thank you so much it works verry well !!

Regards

Romain
Tags
FileExplorer
Asked by
Romain
Top achievements
Rank 1
Answers by
Romain
Top achievements
Rank 1
Misho
Telerik team
Share this question
or