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

ComboBox does not dropdown...

3 Answers 167 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 09 Jan 2008, 12:03 PM
We have a RadComboBox inside a RadSlidingPane.  when you press the drop down image nothing happens.

It only drops down if you either
  • Click the text area of the combobox
  • Dock the sliding pane first before clicking the drop down icon.

Browser is Internet Explorer 7, the drop down seems to work as expected in Firefox

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %> 
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head runat="server">  
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server">  
        <telerik:RadSplitter ID="RadSplitter2" runat="server">  
            <telerik:RadPane ID="RadPane3" runat="server">  
                <telerik:RadSlidingZone ID="RadSlidingZone2" runat="server" ClickToOpen="True">  
                    <telerik:RadSlidingPane ID="RadSlidingPane2" runat="server" Title="moo">  
                        <telerik:RadComboBox ID="RadComboBox2" runat="server" Width="100%">  
                            <CollapseAnimation Duration="200" Type="OutQuint" /> 
                            <ExpandAnimation Type="OutQuart" /> 
                            <Items> 
                                <telerik:RadComboBoxItem Text="moo 1" /> 
                                <telerik:RadComboBoxItem Text="moo 2" /> 
                                <telerik:RadComboBoxItem Text="moo 3" /> 
                                <telerik:RadComboBoxItem Text="moo 4" /> 
                            </Items> 
                        </telerik:RadComboBox> 
                    </telerik:RadSlidingPane> 
                </telerik:RadSlidingZone>              
            </telerik:RadPane> 
            <telerik:RadSplitBar ID="RadSplitBar2" runat="server" /> 
            <telerik:RadPane ID="RadPane4" runat="server">  
            </telerik:RadPane> 
        </telerik:RadSplitter> 
          
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">  
        </telerik:RadScriptManager> 
    </form> 
</body> 
</html> 
 

3 Answers, 1 is accepted

Sort by
0
Jeff
Top achievements
Rank 1
answered on 09 Jan 2008, 03:04 PM
Matthew,
At first I could not recreate your problem, but then I changed the telerik.web.ui.dll back to the 12/18/07 release one, and it stopped working. I am able to get this to work if I replace the telerik.web.ui.dll with a "hotfix" dev dll I got from telerik earlier this week.

I am not sure how you get this new dll, I had to open a support ticket (it was in regards to different issue), then I got a zip file with new dlls.

Maybe open a support ticket??

Jeff
0
Matthew
Top achievements
Rank 1
answered on 09 Jan 2008, 03:29 PM
Hi,
Thanks for the information Jeff I will try this hot fix!

To telerik support, I have opened a ticket with ID 115771
0
Matthew
Top achievements
Rank 1
answered on 10 Jan 2008, 11:16 AM
Hi Jeff,

Thanks for the advice, I received the hot fix and this has fixed the problem.

Good call!
Tags
ComboBox
Asked by
Matthew
Top achievements
Rank 1
Answers by
Jeff
Top achievements
Rank 1
Matthew
Top achievements
Rank 1
Share this question
or