Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
List<T> dataSource and DaraRelation
posted

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

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.

Children
No Data