Hi,
                                I need to determine if all the nodes in my treeview are checked or not.  My treeview filters an assosciated list on the page.
The application is a document management system.  It returns documents of many types, the user can then filter the type based on a tree structure on the left-hand side.  The point being that if all nodes are checked, then there is no need to filter the list of documents.
The only way I can see is to traverse the whole tree strucuture, keeping a count as I go.  Not the neatest solution I think?
Thanks.

