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

combobox with checkboxes is giving a postback on close

0 Answers 29 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Namratha
Top achievements
Rank 1
Namratha asked on 12 Jan 2018, 09:08 AM

<telerik:RadComboBox ID="ddlLocation" runat="server" DropDownHeight="100px" CheckedItemsTexts="DisplayAllInInput"  EnableCheckAllItemsCheckBox="true"
                                Localization-CheckAllString="All" Localization-AllItemsCheckedString="All"  onitemchecked="OnItemChecked"                                  OnCheckAllCheck="ddlLocation_CheckAllCheck" CheckBoxes="true"  EmptyMessage="--Select--" Height="200px" AutoPostBack="true"/>

I have a RadComboBox with the checkboxes active. I want to have a postback for the ItemChecked event.
The combobox also is generating a postback on closing of the dropdown which I do not want. How can I prevent this to happen.

                    

No answers yet. Maybe you can help?

Tags
ComboBox
Asked by
Namratha
Top achievements
Rank 1
Share this question
or