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

File Explorer display problem IE7

2 Answers 87 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Adam Hubble
Top achievements
Rank 1
Adam Hubble asked on 30 Mar 2009, 10:01 AM
Hi,

I have just tried this out and have come across a small display issue. If you set VisibleControls="Grid, TreeView" I seem to get a large empty white space between the bottom of the control and its bottom border. I have tried this on an empty page with no other stylesheets and the same thing happens...

What style can I use to target the bottom border of the control and correct it?

Thanks,
Matt

2 Answers, 1 is accepted

Sort by
0
Adam Hubble
Top achievements
Rank 1
answered on 30 Mar 2009, 10:07 AM
I just broke out IE dev toolbar and it appears that a div with id=RAD_SPLITTER_PANE_CONTENT_radfileexplorer1_panegrid, is being given a height of 250px. In the control declaration, I have set height and width to 300px so it appears that this div is being given the wrong height and this is causing the problem.

So for now I have kinda patched the issue by targeting this div with:

#RAD_SPLITTER_PANE_CONTENT_radfileexplorer1_panegrid {height:300px !important;}

But this definately seems like a bug - appears to be the same in FF3.
0
Lini
Telerik team
answered on 30 Mar 2009, 01:23 PM
Hello Matt,

I think this is a known issue with version 2009.1.311 and it has already been fixed. You can try downloading the latest internal build from our site and make sure that the file explorer displays correctly with it.

Kind regards,
Lini
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
FileExplorer
Asked by
Adam Hubble
Top achievements
Rank 1
Answers by
Adam Hubble
Top achievements
Rank 1
Lini
Telerik team
Share this question
or