Open Ganesh1991 opened 8 years ago
Hi @Ganesh1991
Can you please explain (preferably with a code snippet) how are you removing a parent node?
Are you removing using jQuery
library? I do not see any publicly documented method to remove a node in the tree. Curious to see how you did it.
There is no methods to delete node. I'll think about add some.
You can use jQuery as the following, when deleting a node with class "treegrid-92" for example, select all elements with class "treegrid-parent-92" and delete them as well. Worked for me.
when specific parent node is removed please remove it's child elements too