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

DropDownTree Select Event

1 Answer 186 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Gregg
Top achievements
Rank 1
Gregg asked on 15 Mar 2019, 02:18 PM

Is the Select event supported with the MVVM DropDownTree?  When I modify the example for the MVVM DropDownTree, it doesn't fire

<input
  data-role="dropdowntree"
  data-text-field="text"
  data-value-field="id"
  data-bind="value: selectedProduct, source: products, events: { change: onChange, select: onSelect }" />
 
Added to viewModel:
 
onSelect: function() {
 kendoConsole.log("event :: Select");
},

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 19 Mar 2019, 07:09 AM
Hello Gregg,

There is a bug in the MVVM scenario for this event that is logged in the following page: https://github.com/telerik/kendo-ui-core/issues/4740. You can monitor its progress by clicking the Subscribe button. I have also raised the issue's priority because of your report.

I am sorry to say that I cannot offer a workaround for this. The only option I can think of is using the change event in case this fits your needs.


Regards,
Marin Bratanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
MVVM
Asked by
Gregg
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or