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

Problem with multicolumn combobox with checkboxes

1 Answer 84 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jerry
Top achievements
Rank 1
Jerry asked on 19 May 2013, 11:45 PM
http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/templates/defaultcs.aspx

In the above example if you click left side to the checkbox (not on checkbox), combo box Text is changing from all selected items text(comma seperated) to single clicked item text. Please see attached pictures

How to avoid this? Can someone help in this issue.

Thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 23 May 2013, 06:40 AM
Hi,

 
Here is the code that I added in order to make it work properly:

function pageLoad() {
 $telerik.$('#RadComboBox1_DropDown .rcbList li,.rcbTemplate').click(function (e) {

Hope this will be helpful.Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Jerry
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or