I have 3 datacolumns : - Client - Objet - Price
I need to have a Parent-Child relations between them where the Client is the parent , then the objet as a child and the price as a secondchild. The result need visible on a datagrid view . I tried to use DataRelation but it works only with 2 datacolumns. Any ideas ?