Hi Ecaldima,
Greetings from
Syncfusion support.
You can set selected
value to the Dropdown Tree component dynamically using the value
property. You need to set the id values as a string[]. Check out the
modified code below.
setTimeout(function
() {
ddTreeObj.value = ['01-01'];
console.log('done');
}, 3000);
|
Sample: https://stackblitz.com/edit/gwmvf2-frferu?file=index.js
Check out the shared
sample and get back to us if you need any further assistance.
Regards,
Indhumathy L