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
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.