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

[Solved] Folder browser, am I looking in the wrong place?

1 Answer 120 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Blasty
Top achievements
Rank 1
Blasty asked on 14 Apr 2009, 07:25 PM
I just want a folder browser so someone can select a folder, and I'll get the path sent back to me for what folder they selected

I'm looking around and I see talks and talks about files, but i don't want a person to be required to select a file in order to choose a folder.

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 16 Apr 2009, 06:11 AM
Hello Blasty,

I believe that this Online Demo will be of help. Also you could get the path to the selected folder by using the following code inside the OnClientFolderChange handler :

<script type="text/javascript"
    function onClientFolderChange(sender, args) 
    { 
        alert(args.get_item().get_path()); 
    } 
</script> 

I hope this helps.

All the best,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
FileExplorer
Asked by
Blasty
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or