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

RadListBox Height 100% not working in Mozilla Firefox

2 Answers 157 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Imran Javed Zia
Top achievements
Rank 1
Imran Javed Zia asked on 28 Sep 2010, 10:50 AM
Hi,
We have nested Rad Splitter and RadPane scenario. and in one place we have a RadListBox  in RadPane with 100% height and it take all the space in Internet Explorer. But is only show 3 rows height in Mozilla FireFox. 
         <telerik:RadPane ID="rp" runat="server" Width="100%" MinHeight="200" Scrolling="None" BackColor="Red">
                                                            <telerik:RadListBox
                                                                runat="server" ID="lst"
                                                                Height="100%" Width="250px"
                                                                AllowReorder="true" OnClientDeleted="lstMeasuresItemDeleted"
                                                                EnableDragAndDrop="true" SelectionMode="Multiple">
                                                                <Items>                                                                                                                                       
                                                                    <telerik:RadListBoxItem Value="1" Text="A"/>
                                                                    <telerik:RadListBoxItem Value="2" Text="B"/>
                                                                    <telerik:RadListBoxItem Value="3" Text="C"/>
                                                                </Items>   
                                                            </telerik:RadListBox>
                                                        </telerik:RadPane>
Is there anyway to fix it for Mozilla Firefox to have 100% heigh in radpane.
Thanks

2 Answers, 1 is accepted

Sort by
0
Imran Javed Zia
Top achievements
Rank 1
answered on 28 Sep 2010, 04:25 PM
I have added a #lst_Panel style with height:100% and it has fixed the issue.
But I am still curious, if it is the only way to handle this issue?
Thanks 
0
Sam
Top achievements
Rank 1
answered on 09 Apr 2012, 01:26 PM
Had this same issue.  Actually had to put #lstPanel (without the underscore) and it worked for me.  In case anyone else needs it.
Tags
ListBox
Asked by
Imran Javed Zia
Top achievements
Rank 1
Answers by
Imran Javed Zia
Top achievements
Rank 1
Sam
Top achievements
Rank 1
Share this question
or