Please don’t send the binding method as that is in this link.
I have gone through this link also
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinTree.v8.2~Infragistics.Win.UltraWinTree.UltraTree~ViewStyle.html
In this link also there is no code shown to create a inner grid.
The image you have here is the designer for the UltraDataSource component. As it happens, thisdesigner does use the UltraWinTree (3 of them, in fact). But what exactly about this image do you want to duplicate in the tree?
Hi,
thanks for the reply
I have attached one more image please check it. In this I have shown the xml the grid (WinTree).
The xml node value can change at run time so I have to make the grid like this(see the image) with c# code(create column set and add to the node like that ) and without using binding.
also i must be
1. Able to edit the values in grid.
2. Add new item(see image), then new node of item(Single item is shown in the image, that is inside the InputType1 node) must append to the existing tree structure and i can enter the values
3. Delete the items.
4. Every thing done in the grid must reflect to the xml.
If everything i have above mentioned is possible with wintree, please help me to traverse the the wintree using c# code, similar to the treeview traversal.
I would greately appreciate your earliest response