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

Set width to 100% causes one problem.

5 Answers 112 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Filip Salwender
Top achievements
Rank 1
Filip Salwender asked on 17 Mar 2009, 04:51 PM

Hello there,

I'm trying to set the width to 100%, it works well but the textbox where is the actual path is not set to 100% ( it has maybe 200px ) . I don't know where is the problem, should I edit the css file for file explorer or something? Or is it possible to turn off that textbox?

Please can you help me with this? 

Thank you very much for any help.

F.S.

Edit:

The explorer is in <telerik:RadPane ... > and when i set width to fixed size then the textbox is correct but the header where is Filename and Size of the file is set to 100%.

I've set my RadSplitter acording to this, maybe there is the problem: http://demos.telerik.com/aspnet/Splitter/Examples/ResizeWithWindow/DefaultCS.aspx

5 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 18 Mar 2009, 12:51 PM
Hi Filip,

In case you are talking about the textbox which displays the address to the folder, I suggest to try using the following CSS in order to get the desired result:

  <style type="text/css">  
    .rfeAddressBox  
    {  
       width: 100% !important;  
       border-right: 0 !important;  
       border-left: 0 !important;  
    }  
    </style> 



All the best,
Svetlina
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Filip Salwender
Top achievements
Rank 1
answered on 18 Mar 2009, 01:12 PM
Thank you, it works well! 
0
Shaun Peet
Top achievements
Rank 2
answered on 03 Apr 2009, 07:59 PM
This is still a problem in the SP1 release.  All the other controls respond properly to setting the width in % except for the address box.  Is the work-around provided a permanant one or is this going to be fixed at some point?
0
Tervel
Telerik team
answered on 06 Apr 2009, 08:37 AM
Hello Shaun,

This CSS will be integrated in the RadFileExplorer in the next ServicePack (or rather, much earlier - in one of the coming public internal builds).

Sincerely yours,
Tervel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Shaun Peet
Top achievements
Rank 2
answered on 06 Apr 2009, 02:03 PM
Excellent, I'll keep my eyes focused on the latest internal builds page.
Tags
FileExplorer
Asked by
Filip Salwender
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Filip Salwender
Top achievements
Rank 1
Shaun Peet
Top achievements
Rank 2
Tervel
Telerik team
Share this question
or