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

Unexpected event SelectedIndexChanged fired

3 Answers 83 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
cheekl
Top achievements
Rank 2
cheekl asked on 23 Sep 2009, 08:50 AM
I just upgraded RadControls for ASP.NET AJAX (2009.2.826.35)

I have a gridview which has Edit form with combobox. It always working fine until this latest update.

<telerik:RadComboBox ID="ddlSubCategoryEdit" runat="server"
    DataTextField="SubCatDesc"
    DataValueField="SubCatId" Width="250px" AutoPostBack="True"
    onselectedindexchanged="ddlSubCategoryEdit_SelectedIndexChanged">
    <CollapseAnimation Duration="200" Type="OutQuint" />
</telerik:RadComboBox>

Here is the problem. When I click the the drop down button and select the same item. By right the selectedIndexChanged fire. However after the latest telerik version update. It will fire and the selectedvalue is blank.
I found this problem in IE7 and IE8 but working fine in firefox.

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 23 Sep 2009, 07:19 PM
Hello cheekl,

Do you mean that the SelectedIndexChanged event fires when the same Item is selected again? 

Can you reproduce the issue outside of the Grid?

Best wishes,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
cheekl
Top achievements
Rank 2
answered on 24 Sep 2009, 01:40 AM
Yes, the SelectedIndexChanged event fired when the same item is selected. This problem only happened inside grid and only happened in IE.

0
Simon
Telerik team
answered on 24 Sep 2009, 11:28 AM
Hi cheekl,

Thank you for verifying this.

This is an odd issue and further and a more thorough investigation will be required.

Please open a formal support ticket and send us a runnable page/project where the issue can be reproduced - we will inspect it and will provide you with further information.

Kind regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
cheekl
Top achievements
Rank 2
Answers by
Simon
Telerik team
cheekl
Top achievements
Rank 2
Share this question
or