I upgraded Telerik controls from 2013.2 to 2016.1. There is a page with a combobox of checked items (see code below). With version 2013.2, changing any of the checkboxes with the mouse and clicking outside the combobox causes a postback. With version 2016.1 the postback doesn't happen. If I change a checkbox with the keyboard (space) I can get the postback to occur. Is this a bug, or the way it's supposed to work? Thanks for your help...
<
telerik:RadComboBox
ID
=
"rcbSites"
runat
=
"server"
CheckBoxes
=
"true"
EnableCheckAllItemsCheckBox
=
"true"
Label
=
"Sites"
LabelCssClass
=
"fwBold"
AutoPostBack="true" OnSelectedIndexChanged="rcbSites_SelectedIndexChanged">
</
telerik:RadComboBox
>
5 Answers, 1 is accepted
Indeed, I was able to replicate the problem that you are referring to. I have forwarded the problem to our developer team and logged it in our public port:
http://feedback.telerik.com/Project/108/Feedback/Details/186616-radcombobox-checkboxes-enabled-selectedindexchanged-is-not-triggered-when-the-c
In the link above you can vote for the bug fix and track its status. In addition, as a token of gratitude for pointing that issue out, I have updated your Telerik Points.
You can, however, use our 2016 Q1 release, where this issue is not present.
Please excuses for the inconveniences caused by the inability top handle the SelectedIndexChanged in our 2016 Q1 SP1 release.
Regards,
Nencho
Telerik

Can you tell me how to get the 2016 Q1 release? I upgraded from 2013 to 2016 with the Telerik control panel and didn't see an option to choose different versions.
Thanks...
I would like to inform you that after further investigation, the bug is already fixed and you can download our latest internal build, as demonstrated in the following screenshot.
http://screencast.com/t/o9dMVmGQHy9l
The bug in question was already reported in this public item and as you can see the status is updated to Completed.
Regards,
Nencho
Telerik

According to the screenshot, using the latest internal build is not recommended for production purposes. Do you have an estimate as to when this fix will be included in a regular release?
Thanks....
Indeed we do not recommend the usage of intern builds in production environment. Our upcoming official release Q2 2016 is scheduled for May 4, 2016 and the fix will be included in this release.
Regards,
Nencho
Telerik