Hi all,
I'm trying to create a usercontrol for file explorer using RadFileExplorer and RadWindow , but when i use the user control the RadFileExplorer not work fine.
Below are the problem that i encounter.
1. when the control load I need to pre the refresh button of the RadFileExplorer to display all the folder inside my ViewPaths
2. The header of the list file on Firefox is to big that all space is been occufied
3. The list file on the IE has a big space
here is the sample code that I made
<telerik:RadWindow runat="server" Width="550px" Height="500px" VisibleStatusbar="false" ShowContentDuringLoad="true" VisibleOnPageLoad="true" ID="WindowExplorer" Modal="true" Behaviors="Close,Move" Title="File Explorer">
<ContentTemplate>
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<telerik:RadFileExplorer runat="server" ID="Explorer" Width="530px" Height="440px">
<Configuration ViewPaths="~/Administration/controls" />
</telerik:RadFileExplorer>
</td>
</tr>
</table>
</ContentTemplate>
</telerik:RadWindow>
I'm trying to create a usercontrol for file explorer using RadFileExplorer and RadWindow , but when i use the user control the RadFileExplorer not work fine.
Below are the problem that i encounter.
1. when the control load I need to pre the refresh button of the RadFileExplorer to display all the folder inside my ViewPaths
2. The header of the list file on Firefox is to big that all space is been occufied
3. The list file on the IE has a big space
here is the sample code that I made
<telerik:RadWindow runat="server" Width="550px" Height="500px" VisibleStatusbar="false" ShowContentDuringLoad="true" VisibleOnPageLoad="true" ID="WindowExplorer" Modal="true" Behaviors="Close,Move" Title="File Explorer">
<ContentTemplate>
<table width="100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<telerik:RadFileExplorer runat="server" ID="Explorer" Width="530px" Height="440px">
<Configuration ViewPaths="~/Administration/controls" />
</telerik:RadFileExplorer>
</td>
</tr>
</table>
</ContentTemplate>
</telerik:RadWindow>