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

Set ViewPaths in OnClientLoad Method

1 Answer 39 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Neha
Top achievements
Rank 1
Neha asked on 12 Mar 2014, 11:53 AM
i have a method at client side "OnClientLoad()" so in this method definition I have to set the ViewPaths Manually so how can i do this ?

 function OnClientLoad(explorer) {

//want to set here
}

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 14 Mar 2014, 09:02 AM
Hi Neha,

The paths related properties (like ViewPaths, UploadPaths, DeletePats) of FileExplorer can be set only Server-Side. Furthermore, the latest moment of the Page life-cycle where these properties can be configure is the Page_Load event.

I hope this information will be helpful for you.

Regards,
Vessy
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
FileExplorer
Asked by
Neha
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or