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
1280
XamGrid databinding...
posted

Hey,
I am trying the infragistics WPF tool.

I even don't know if this is possible, but I will give it a try.

I have two simple classes:

User  with properties
  Id              int
  Name         string
  UserName   string
  Groups        List<Group>

Group with properties
  Id               int
  Name          string

So far I have used the XamGrid to show a list of users, and the result is like this:

Result

But what I want is to display it like this:

Is it even possible ??

Parents Reply Children
No Data