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…

  • Multiband - How can I limit the display to only part of a hierarchical dataset?

    Multiband - How can I limit the display to only part of a hierarchical dataset? I have a hierarchical dataset with which I only want to show part of the dataset hierarchy in a grid. 

    The dataset looks something like this (using parent/child analogy. Each…

  • UltraGrid/DataTable memory usage

    Hi all,

    This is something of a broad question, and I'd appreciate any experience or advice people might have.

    I'm finding that the UltraGrid can sometimes consume a lot of memory. I'm loading data from raw text files (50 MB in total) and displaying…