Team,
I am using SfTreeView control in BoundMode with MVVM in recursive checkbox mode . In my ViewModel I need to update the no of checked items based on the my requirement i.e. how many items are supported for the selected user. Syncfusion version used is 20.2.0.36
In viewmodel, I'm updating the
checkedItems observable collection to which items to checked for the selected user and raising propertychanged on respective binding property.
The TreeView renders those Nodes as checked which working perfectly on UI behavior, however its parent node checkbox state does not change and remains as unchecked.
I do understand that "In recursive mode, the parent nodes checkbox state or IsChecked property value is updated only in UI interaction.".
As per requirement, I have to update
checked items
dynamically i.e. through programmatically and parent state also should reflect. Please let me know if this issue is fixed latest versions of syncfusion. If not please do suggest me any workaround to meet this requirement.
Regards,
Akshay