Issue 410: Hierarchical multi-selection error on lazy loading
Status:  WontFix
Owner: ----
Closed:  May 2014
Reported by bruscin...@gmail.com, Mar 22, 2013
What steps will reproduce the problem?
1. Create tree with hierarchical multi-selection and lazy loading;
2. Check node first to expand;
3. Expand node and children aren't checked.

When i expand for the first time a checked node aven the children have to be checked. To get it:

onLazyRead: function (node) {
	node.appendAjax({
		url: ...,
		success: function (node, event) {
			node.toggleSelect();
			node.toggleSelect();
		}
	});
},

May 1, 2014
Project Member #1 moo...@wwwendt.de
As of 2014 Dynatree is feature frozen.
Please have a look at Fancytree (sequel of DynaTree 1.x): chances are good that the problem was resolved / the requested featuer is already implemented.
Please open a new issue there otherwise:

https://github.com/mar10/fancytree
Status: WontFix
May 2, 2014
Project Member #2 moo...@wwwendt.de
Cleanup Scrumboard
Labels: Milestone-Release2.0