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

List not shown under the textbox in safari

3 Answers 106 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pam Redrum
Top achievements
Rank 1
Pam Redrum asked on 11 Mar 2010, 03:51 AM
Hello,
  I have encounter a problem in using RadComboBox in Safari, the item lists' position not shown under the textbox but some where else with the scrolling, I have check another page and not found this problem, I checked the codes and have no idea why this happened.

the code snippets  like

<div id="site"
 <div class="devide"
          
        <fieldset class="column_left"
 
...... 
 
<div class="dl"
                <div class="dt"
                    <label for="ddlDepartment">Avdeling:</label></div
                <%--<asp:DropDownList ID="ddlDepartment" runat="server" CssClass="drop_wide" AppendDataBoundItems="true" > 
                    <asp:ListItem Value="0" Text="- Velg avdeling -" /> 
                </asp:DropDownList>--%> 
                <telerik:RadComboBox ID="RCBDepartment" runat="server" AppendDataBoundItems="true" > 
                <Items> 
                <telerik:RadComboBoxItem Value="0" Text="- Velg avdeling -" /> 
                </Items> 
                </telerik:RadComboBox> 
                 <span class="required">*</span> 
            </div>

...

</fieldset>
</div> 
</div> 

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 Mar 2010, 03:18 PM
Hi Pam Redrum,

We have resolved such an issue recently.

Can you please let me know which version of Telerik.Web.UI you are using?

Best wishes,
Simon
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.
0
Pam Redrum
Top achievements
Rank 1
answered on 12 Mar 2010, 02:27 AM
Thanks for your reply.
I use Telerik.Web.UI.dll version 2009.3.1103.35
So just I need to do is update version?
0
Simon
Telerik team
answered on 15 Mar 2010, 11:18 AM
Hi Pam Redrum,

Yes, fixed the version in Q3 2009 SP2 (version 2009.3.1314), so you can upgrade to it or later.

Greetings,
Simon
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
ComboBox
Asked by
Pam Redrum
Top achievements
Rank 1
Answers by
Simon
Telerik team
Pam Redrum
Top achievements
Rank 1
Share this question
or