Hi there,
if i want to show master-details data in an UltraGrid a get the data in 2 tables in a DataSet, create a DataRelation for the columns and boom everything work, two Bands in the Grid.
Is there an Interface that my <T> type will Implement to mimic the DataRelation beheavor??
Thanx in Advance
Nassos
Hi Nassos,
You don't need an interfact. If your object T has a property on it that returns another List<T2>, then this list will display as a child of the first table.