Multidimensional DataGrids

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeremy Martin

    #1

    Multidimensional DataGrids

    Hi,

    If I have an ArrayList with class Customer

    Customer
    private int ID
    private string Name
    private ArrayList Products


    Products
    private int ID
    private string Description




    Basically what I want is customers to go down the datagrid and the
    products to go across.


    Any Ideas?
    Jeremy



Working...