Browse By Tags

  • UltraTree bound to a typed DataSet but only 2 of the 3 tables (nodes) appear

    Outlook-style TreeView bound to a typed dataset with 3 hierarchical tables, and expecting 3 hierarchical nodes.  The first two are naturally hierarchical in the database, the dataset, and the TreeView with foreign key/relation constraint.  The second two…

  • refresh the data in a wintree without disturbing it

    I have a wintree, outlook style, with a container containing a uttreeview with 2 levels  Parent/Child.

    I need to refresh the data in the tree without disturbing the current layout of the nodes (leave what is expanded expanded and what is collapsed collapsed…

  • Strange WinTree binding behavior?

    I thought I understood the binding behavior of the tree, and what kind of data the tree expects to bind.  Until now, I've had no issues using the cascading levels of BindingList<>.  For example, I had no issues binding my custom data and generating…

  • Re: how to bind WinTree from instance Class

    Hi Mike,

    I was interested in that as well and tried it yesterday. When I passed only a simple BindingList<T> to the UltraTree it worked well. But then I tried it with a hierarchical list and all I saw was the root nodes collection. Probably I have some…

  • UltraTree with data binding - (De)Serialization, Change ViewStyle, Hide Columns

    Hello,

    i enjoy using your controls and feel pleased about the variety of features they are providing. (We're using Infragistics NetAdvantage for .NET 2008 Vol. 3 CLR 2.0.) Unfortunately at moment there are some issues, i'm not able to solve. I've created…

  • Re: how to bind WinTree from instance Class

    I defined the TreeList outside of the function as an attribute of the class.

    Mike, thanks a lot for the review. If it worked for you then I probably messed something up with the properties of the Tree control and my code was okay.

    Best regards, Ger…

  • Showing two tables in the WinTree - Band nodes problem

    Background
    I am trying to display two tables in an UltraTree control: Location and Machine.  The Location table is the hierarchy; the Machine table references the Location table.

    The tables have the following columns (the relevant ones):
    Location
    --------