Hi,
maybe there is a better solution for this, if so please tell me...
I am using a Infragistics Grid. I am trying to get a hierachical datagrid, which means that each row can have a couple of child rows.
This means that I have to define a relation somehow between two datatables in this case.
So I use a dynamicList to create the first datatable, that works ok, now I need to create a second datatable. How do I do this?
Each row in the first table has an ObjNo, which is needed for the relation to the second datatable. How do I create the next dynamicList using the objNo's from the first database and how do I create this relation then?
Is there a way to create this another way?
Plz help, thanks in advance,
G.I.