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
No Data
Reply
  • 138253
    Offline posted

    Hello Nawed,

     

    Thank you for your post. I have been looking into I, but I am not completely sure that I understood your requirement. Could you please be more specific what is the functionality you want to achieve, because the vertical textblocks in the second screenshot don’t correspond to any of the items in the first one and I cannot be sure what they represent.

     

    Looking forward for your reply.

Children