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

[Solved] ComboBox stops dropping down

1 Answer 126 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Julia Helton
Top achievements
Rank 1
Julia Helton asked on 18 Jun 2008, 01:25 PM
I have a RadComboBox, Rad Grid and a asp.net button on a web page.

The combobox's selected value is a parameter for the SQLdatasource used in the radgrid.
Properties set on the combobox are all default except:
Autopostback = true
Skin = office2007

<telerik:RadComboBox ID="RadComboBox1" runat="server" AutoPostBack="True" Skin="Office2007">
<Items>
<telerik:RadComboBoxItem runat="server" Text="One" Value="1" />
<telerik:RadComboBoxItem runat="server" Text="Two" Value="2" />
<telerik:RadComboBoxItem runat="server" Text="Three" Value="3" />
</Items>
<CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>

The button has custom code, not the radgrid export, that exports data to Excel.
The code on the button doesn't refer to the combobox at all.

The combobox works fine until you click on the button.
After the button is clicked, combobox will not drop down until you refresh the page. After the refresh, it works fine.


Is there a fix for this to work without the refresh?

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 18 Jun 2008, 01:33 PM
Hi Julia Helton,

This problem has been resolved and the fix will be available in the upcoming Service Pack 2.

Please upgrade to it when it is released tomorrow.

Sincerely yours,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ComboBox
Asked by
Julia Helton
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or