Doubt in Infragistics.Win.UltraWinTree

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi


i am working in c# with infragistics
In c# windows applicaion, I will be passing data from textbox..such that
for example:i ahev 3 texboxes labeled
name:
age:
salary:....
Now name is the parent and age and salary r the child..so if i pass data in
the appropriate textbox..It should be added in the ultrawintree..such that
name(parent) should show up on the root node of the tree. and age and
salary(child) should show up under the root node.
as I am new to infragistics , I am learning. Please help me with
coding..and please explain me ...

dhol
 
What you want to do is very simple... Look at the sample source that comes
with infragistics, look at the infragistics docs, and post in the
infragistics newsgroups with questions: news.infragistics.com. You probably
will get much better help there...
 
Back
Top