I need to have a javascript function in my ASP.Net page I can call that will:
Any help would be greatly appreciated.
Hello Richard,
You are taking the tree, and trying to delete its nodes in the correct way, so there should be some other reason why you are getting null when you try to take it. Would you tell me which Infragistics version are you using? I tried to replicate your error with 9.2.20092.1003, and I had no problems taking the tree and deleting the nodes. Would it be possible for you to attach a sample?
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
We're running version 9.2.20092.1003. I attached the markup for the entire page. Several of the expected
functions don't return a tree. I got it to work, but I had to hard-code the full ASP.Net ID of the tree
(i.e. "ctl00ContentPlaceHolder1IncludeList") where I expected that "IncludeList" or
"<%=IncludeList.ClientID%>" would work.
There's a lot of unused JS in the page. The functions I'm working on are fairly easy to find.