7 Answers, 1 is accepted
0
Fernandes
Top achievements
Rank 1
answered on 26 Jan 2008, 12:18 AM
Hi Rory,
Have you looked at this online sample?
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Treeview/Examples/ApplicationScenarios/DirectoryStructure/DefaultCS.aspx
Hope it helps!
Fernandes
Have you looked at this online sample?
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Treeview/Examples/ApplicationScenarios/DirectoryStructure/DefaultCS.aspx
Hope it helps!
Fernandes
0
Rory
Top achievements
Rank 1
answered on 26 Jan 2008, 12:22 AM
Yep I've seen that one it works great if your nodes are coming from the webserver i'm looking for a way to interact with the radtreeview with my local machine.
0
Hi Rory,
It is not possible to interact with the file system of the client machine. Your server-code executes on the server-side hence you have access only to the server file system. It may be possible to interact with client-side file system through IE specific JavaScript but this would introduce security risks.
Regards,
Albert
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
It is not possible to interact with the file system of the client machine. Your server-code executes on the server-side hence you have access only to the server file system. It may be possible to interact with client-side file system through IE specific JavaScript but this would introduce security risks.
Regards,
Albert
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Rory
Top achievements
Rank 1
answered on 28 Jan 2008, 06:41 PM
I thought one of the demos was client side adding nodes to radtreeview.
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Treeview/Examples/Programming/AddRemoveDisableNodesClientSide/DefaultCS.aspx
Is there anyway to add a hierarchy of nodes or a node that has more info than just the title attribute?
If local won't work what about server shared folders. Could I link the radtreeview to a \\server\share?
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Treeview/Examples/Programming/AddRemoveDisableNodesClientSide/DefaultCS.aspx
Is there anyway to add a hierarchy of nodes or a node that has more info than just the title attribute?
If local won't work what about server shared folders. Could I link the radtreeview to a \\server\share?
0
JoeC
Top achievements
Rank 1
answered on 09 Mar 2010, 07:52 PM
Hello,
You state that "It is not possible to interact with the file system of the client machine". Is that still the case? I need to allow a user to select a "Path" from their local file system. Is there any way to us the "tree view" or "file explorer" to select directory path from the clients machine?
0
Hi JoeC,
No, this is not possible due to security reasons.
What exactly are you trying to achieve?
Best wishes,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
No, this is not possible due to security reasons.
What exactly are you trying to achieve?
Best wishes,
Veskoni
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
JoeC
Top achievements
Rank 1
answered on 18 Mar 2010, 06:50 PM
Thank you Veskoni.
I solved my issue a different way.
I had to chuckle a bit when I realized that what I was trying to do was what IE is trying to stop from happening.