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

RadComboBox selectedindexchanged event not firing for the first selected item

1 Answer 463 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pradeep
Top achievements
Rank 1
Pradeep asked on 24 Apr 2014, 06:58 PM
Hello,
I'm having couple of RadComboBoxes in my page and one of it is not firing the selectedindexchanged event when the first item is selected. If I select the second list item, the event is firing. Here is my code:

<tel:RadComboBox ID="rcbArea" runat="server" Height="110px" DropDownAutoWidth="Disabled" Width="213px"
                                AutoPostBack="true" HighlightTemplatedItems="true"
                                AppendDataBoundItems="true"
                                EmptyMessage="Select Area"
                                Localization-CheckAllString="Select All"
                                Localization-AllItemsCheckedString="All Divisions Selected"
                                Font-Italic="false"
                                CheckBoxes="true" EnableCheckAllItemsCheckBox="true"
                                OnSelectedIndexChanged="rcbArea_SelectedIndexChanged">
                                <ExpandAnimation Type="OutQuart" Duration="500" />
                                <CollapseAnimation Type="OutQuint" Duration="300" />
                            </tel:RadComboBox>



1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Apr 2014, 05:41 AM
Hi Pradeep,

Please have a look into this forum thread which discuss about the same scenario.

Thanks,
Shinu.
Tags
ComboBox
Asked by
Pradeep
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or