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

MultiSelect Change Event Doesn't fire

1 Answer 339 Views
MultiSelect
This is a migrated thread and some comments may be shown as answers.
Chatra
Top achievements
Rank 1
Chatra asked on 14 Apr 2014, 09:13 PM
Hi,

I have Popup Editor , And On Popup Editor I have a Tabstrip  with ID (Tab123) and Tab123 has a Multiselect (Ms123).

I want to do some operations with change event of Multiselect(Ms123). Below is how I have the set up for in Document ready

$(document).ready(function () {
 
 $("#Ms123").kendoMultiSelect({
                      valuePrimitive: true,
                      dataTextField: "text",
                      dataValueField: "value",
                    
                      change: function (e) {
blah blah blah....
  }
     });

           }


For some reason in debug mode I could see the change event doesn't fire.

Is it something different way we need to call  $("#Ms123").kendoMultiSelect({}) in a popup editor/Tab strip  or even when a Multiselect is set  it up  in a template kind of thing.

Thanks in Advance,

Chatra


1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 15 Apr 2014, 09:09 AM
Hello,

The widget works just fine on my end. Here is a simple Kendo Dojo demo, which shows the alert on item selection. Could you please modify the demo in order to replicate the erroneous behavior? Thus I will be able to review it locally and advice you further.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
MultiSelect
Asked by
Chatra
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or