Browse By Tags

  • UltraWinGrid: Using an Entity Framework object as a DataSource

    I have an entity Framework object like this:

    Contact  (includes Name)

            Address (may be more than one per Contact)

            Phone  (may be more than one per Contact)

    If this were a hierarchical dataset, I could bind the Contact and the bands would kick…