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
470
XamGrid Binding a column to a List
posted

Hi,

I Using XamGrid binding to my business object. The definition is like following

class BO

{

public List<string> Actions{get;set;}

}

I want to binding the Actions to a XamGrid column and in the Grid column I could Define the template and use ItemsControl to show the data. I tried the "Implicit Data Templates" and this example is binding to a object not a list of objects.

Please help.

thanks,

Eric

  • 138253
    Verified Answer
    Offline posted

    Hello Eric,

     

    Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I set a List with one BO object as ItemsSource to the XamGrid. Please let me know if this helps you or you have further questions on this matter.

     

    Looking forward for your reply.

    XamGridListColumn.zip