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 :)