Hi Marco,
Greetings from Syncfusion support.
We have validated your reported query in the Vue TreeView
component with the shared sample. By default, the TreeView LoadOnDemand
property is set as true, which will initially render only the parent node items
and the child items will be rendered on demand while expanding the
corresponding parent node.
So, the nested level node checked state is not reflected in
the UI. By setting this property as false, you will be able to achieve your
requirement.
Please refer to the code snippet below.
[index.vue]
<ejs-treeview
id="notWorkingTreeView"
:fields="notWorkingFields"
:showCheckBox="true"
:loadOnDemand="false">
</ejs-treeview>
|
For your reference, we have modified the sample.
Sample : https://codesandbox.io/s/syncfusion-treeview-checked-childs-forked-11sb7f?file=/pages/index.vue
API reference : https://ej2.syncfusion.com/vue/documentation/api/treeview/#loadondemand
Please let us know if you need any further assistance.
Regards,
Leo Lavanya Dhanaraj