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

FileExplorer inside Tabstrip (Treeview not enabled It's visible)

1 Answer 44 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
iomega 55
Top achievements
Rank 1
iomega 55 asked on 11 Dec 2009, 02:58 AM
I have the next issue. I have a filexplorer :
- inside a tabstrip
- it´s located in the second tab, not index 0
- filexplorer just have the Grid option enabled
- filexplorer is empty. No files are shown
- when the page is first opened, and the user selects the second tab(where the filexplorer is located) in IE8 the filexplorer shows Grid, and the treeview. But the treeview option is not enabled. How can I avoid this behaviour.

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 16 Dec 2009, 12:21 PM
Hello Iomega,

Could you please apply the desired setting in the aspx page as shown bellow?

<telerik:RadFileExplorer
runat="server"
ID="RadFileExplorer1"
Width="500px"
Height="300px"
VisibleControls="AddressBox, Grid, ContextMenus, Toolbar"
>
    <Configuration ViewPaths="~/ROOT/" UploadPaths="~/ROOT/" DeletePaths="~/ROOT/" MaxUploadFileSize="10000000" />
</telerik:RadFileExplorer>

The problem in your case is probably caused by the fact that you set the VisibleControls in codebehind (based on the suggested in this thread) in a later stage in the control's life cycle. However, you need to do this in the Page_Load event or in an earlier stage of the page's life cycle.

I hope this helps.

Sincerely yours,
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.
Tags
FileExplorer
Asked by
iomega 55
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or