Expected behaviour : when I double click the parent node, should select the checkbox in the parent node as well as all corresponding child nodes.
Issue: If I double click any one of the parent node which makes call to setSubChecked([Double clicked nodeid],true) then all the children checkboxes are checked, but
upon using “enableSmartRendering” the nodes which gets rendered late are not having the checkbox checked. The checkbox selection is done partially to only set of children which gets loaded first.
How do we achieve loading of children using smartrendering and also have the checkbox selected when the parent node is doubleclicked.