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
124
WebDataTree inside a WebTab - client side
posted

Hi,

I've been trying to get the tree object using the client side model but I encounter the following problem:

When I have the tree inside a WebTab I can't get the tree object whereas when I have the tree outside
the WebTab I can use get it without a problem.

function test(){
var tree = igtree_getTreeById('<%=mytree.ClientID%>');}

Any ideas? I have to avoid the server side code since I have to avoid postbacks as much as possible.

Regards,

Thanasis