Hi,
i have a tree2 and want to get the following behaviour: - check node if all children nodes are checked - uncheck node if all children nodes are unchecked - check node grey if some (but not all) nodes are checked I think I know how to do this server side. But how can this implemented to work with JavaScript? many thanks in advance, Marcus

