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

Rad List Box extended on first load

2 Answers 53 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Scott Marx
Top achievements
Rank 1
Scott Marx asked on 30 Nov 2011, 10:30 PM
I have a problem with Internet Explorer 9 with Rad List Box's extending to the bottom of the page on first load. See attached image.
I have tested this with Firefox, Chrome and older versions of IE and IE 9 does this everytime on first load on any of my Rad List Box's. I have also removed any custome CSS sheets from the project with the same results.

Here is the code for the Rad List Box;
<table>
    <tr>
    <td>
        <telerik:RadListBox ID="countiesRLB" runat="server" DataKeyField="county_name" AllowTransfer="true" TransferToID="selectedcountiesRLB" AllowTransferOnDoubleClick="true" DataSortField="county_name" DataTextField="county_name" DataValueField="county_name" Height="200px" Width="175px" Visible="false" SelectionMode="Multiple" Sort="Ascending" ontransferred="countiesRLB_Transferred" AutoPostBackOnTransfer="true">
            <HeaderTemplate> Counties</HeaderTemplate>
        </telerik:RadListBox>
    </td>
    <td>
        <telerik:RadListBox ID="selectedcountiesRLB" runat="server" Height="200px" Width="150px" Visible="false" SelectionMode="Multiple">
            <HeaderTemplate> Selected Counties</HeaderTemplate>
        </telerik:RadListBox>
    </td>
    </tr>
</table>

2 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 05 Dec 2011, 04:24 PM
Hello Scott,

The experienced behavior seems very strange. I've made a sample page trying to reproduce the issue, but to no avail. I've tested with the 2011.3 1115 version of the controls. Please specify the exact version of the controls that you are using so I could try to reproduce the issue locally. If you could provide a live URL to your application would be helpful as well.

All the best,
Dimitar Terziev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Scott Marx
Top achievements
Rank 1
answered on 14 Dec 2011, 01:48 AM
I resolved the issue by setting the project to IE 8 compatible.
<meta http-equiv="X-UA-Compatible" content="IE=8" />

Tags
ListBox
Asked by
Scott Marx
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Scott Marx
Top achievements
Rank 1
Share this question
or