Bouthaina Tlijani

Bouthaina Tlijani

  • NA
  • 265
  • 21.7k

kendoDropDownTree

Jun 21 2019 3:06 AM
Hello guys,
 
I'm using kendoDropDownTree in my web app, but when i use (loadOnDemand: true) the change handler delete the selected value after selecting it (when i select a child) but when i select a parent node everything is ok, do you have any idea about how to fix this?
this is the change handler.
change: function () {
valueAccessor().value.selectedValue(this.value());
 
Thnx in advance :)  
 

Answers (1)