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

Post Back not happening on checkboxes in Combo box

2 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Vamsi
Top achievements
Rank 1
Vamsi asked on 29 Aug 2011, 08:36 PM
Hello,
    I am using 2011 Q2 ASPNET AJAX combo box control. I am trying to display multi select check boxes. For some reason the post back is not firing when I check the check boxes. Design time code I am using is as follows.
<telerik:RadComboBox ID="rlMyGuys" runat="server" DataSourceID="SQLdsMyGuys" AutoPostBack="true" CheckBoxes="true" OnItemChecked="OnItemChecked"
DataValueField="employid" DataTextField="empname"Width="240px">
</telerik:RadComboBox>

I was wondering if Telerik team see any issue with the above content.

Vamsi

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Aug 2011, 02:41 PM
Hello Vamsi,

Please make sure that you have set the AutoPostBack property True and CheckBoxes property .

Also check the following documentation:
ItemChecked.

Thanks,
Shinu.
0
Dimitar Terziev
Telerik team
answered on 31 Aug 2011, 04:51 PM
Hello Vamsi,

This event is not fired because in the current version of the controls that you are using (2011.2 712) it's not implemented yet. This event is available in the Latest Internal Build, so you should download it in order to use it.

Please accept my apologies for not announcing this information in our online documentation. As a token of gratitude for pointing this problem with the documentation your Telerik points have been updated.

Kind regards,
Dimitar Terziev
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
ComboBox
Asked by
Vamsi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dimitar Terziev
Telerik team
Share this question
or