Hi,
We work here with visual studio 10 and infragistic v11.1
In a project, i have a default page where is locate a link.
When the user click on the link, he opens a child page with a infragistic ultraweb tree.
The user can select parent, child item , a click on the button take the select items and copy them intot the default page.
That's work really fine...
Now, i must to add on the child page where is locate the infragistic web tree a seach option
a text box and a button ,
when the user click on the button search i must to load the infragistic follow by this option ...
My question is, have you got a sample or a tutorial ?!
because i'm a beginner !
Thanks for your time and sample :)
christophe
Hello Maya,
Thanks you so much for you fast reply to my problem.
All right, all is fine now :)
You know, i'm a beginner and the problem (search in web tree)..isn't a really problem :)
In my child page, when the page is loaded i load the tree.
If the user click on the button search , i pass to my method the text enter simply ..and search on the database with the parameters.
Ok, it's a call to the server but for the moment it's ok.
Thanks for your time, your solution
Have a nice day
Christophe
Hello christopheEU ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Thank you for posting in our forum.
I’m not sure exactly what you want to do with the nodes once you find them but generally you could find them either on the client or on the server side by iterating recursively trough the nodes collection and finding the nodes that match the search criteria.
I’ve attached a sample where the search occurs on the client and server side and the matching nodes are collected in an Array on the client side and a List of nodes on the server side .
Once you get those you can iterate trough the result collection and get or set whatever properties you might need from those nodes.
Let me know if you have any questions.
Developer Support Engineer II