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
110
problem with default style attribute
posted

Hi,

I'm using the WebDataTree and having a problem with the way it is initially rendering. What happens after a pageload and the end user gets the response, the main wrapper/div of the control, has a default style that includes    visibility=visible..  I cannot have this since it will be hidden on page load (Even if the tree control is inside a hidden div, it will still be visible)

I have not found an easy way where I can take of that visibility=visible.. I don't see it in the defaultstyles css files, and when I say  webdatatree.style["visibility"] = "";   or   webdatatree.style["visibility"] = "hidden";   it still returns visibility=true..

Is there a way I can solve this without useing the sourcecode or doing something onPreRender ?

Please help

Parents Reply Children