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

RadFileExplorer inside RadWindow

1 Answer 119 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Gijsbertus Marinus De Boer
Top achievements
Rank 1
Gijsbertus Marinus De Boer asked on 02 Nov 2010, 04:35 PM
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>

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 04 Nov 2010, 01:56 PM
Hi Gijsbertus,

I have already answered your support ticket on the subject. For convenience I will paste my answer here as well.

Thank you for bringing this problem to our attention. I have logged it into our ToDo list for further investigation and we will do our best fix it for one of the upcoming releases.

For the time being, I suggest you to configure RadWindow to load its content from external page using its NavigateUrl property instead of ContentTemplate.


Best wishes,
Dobromir
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
Tags
FileExplorer
Asked by
Gijsbertus Marinus De Boer
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or