| Issue 410: | Hierarchical multi-selection error on lazy loading | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
WontFix
May 2, 2014
Cleanup Scrumboard
Labels:
Milestone-Release2.0
|