4 Answers, 1 is accepted
0
Hi Anthony,
You need to use this approach in order to achieve the desired result:
I hope this helps.
All the best,
Fiko
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
You need to use this approach in order to achieve the desired result:
- RadFileExplorer's declaration:
<telerik:RadFileExplorerrunat="server"ID="RadFileExplorer1"Height="400px"Hidth="1000px"OnClientLoad="OnExplorerLoad"><ConfigurationViewPaths="~/ROOT/"DeletePaths="~/ROOT/"UploadPaths="~/ROOT/"/></telerik:RadFileExplorer> - The OnExplorerLoad handler:
<script type="text/javascript">functionOnExplorerLoad(oExplorer, args){varoWindowManager = oExplorer.get_windowManager();varnewBehavior = (oWindowManager.get_behaviors() ^ Telerik.Web.UI.WindowBehaviors.Move);oWindowManager.set_behaviors(newBehavior)}</script>
I hope this helps.
All the best,
Fiko
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Anthony
Top achievements
Rank 1
answered on 04 Dec 2009, 03:20 PM
Thank you Fiko that worked great. Also is it possible to add custom text to the upload window?
0
Hello Anthony,
Fiko
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
For your convenience I have attached a working project to thread. Could you please check it and let me know whether it fits your requirements?
I hope this helps.
All the best,Fiko
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Anthony
Top achievements
Rank 1
answered on 07 Dec 2009, 06:00 PM
Thank you Fiko,
That is exactly what I was looking for.
That is exactly what I was looking for.
