Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
150
Can anyone tell me how to hide the root node?
posted

I am using the webdatatree as a filter for a webdatagrid, and would really like to hide the root node to save space (choosing the root would activate all filters, which is kind of silly since that would be the same as not clicking anything anyway).  I've got the functionality of everything on the page working beautifully, but I just want that root to go away (without hiding the entire tree).  The webdatatree was loaded dynamically from a dataview (so the XML example I found won't help me).  A solution that I could implement in a stylesheet, or in JavaScript is what I'm looking for.  Thanks so much for any help.