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
645
Bind and display hierarchically data
posted

Hi There,

I have a list of Accounts and each Account has various details and also a list of specific details. How can I display this data in xamDataGrid?

xamDataGrid->DataSource = List<Account>

Account

{

   string field1

  string field2,

  string field3,

   List<string> listOfFields

........

}