My config:
config = TreeviewConfig.create({
hasAllCheckBox: false,
hasFilter: true,
hasCollapseExpand: false,
decoupleChildFromParent: true,
maxHeight: 400
});
I am using the inbuilt filter to find specific items in tree structure. But when I am selecting (selecting the checkbox) an item from the filtered tree structure, the checked property for that particular treeviewitem is not setting to true in the treeviewItem collection. How can resolve this issue?