I have an array of type Customer (custom type, result of WCF service) and I bind it to the xamDataGrid but I don't want to show all properties of this type. I tried to set it through tag Field in xaml but doesn't work.
my question is:Is possible to set fields in xaml to show the fields that i want of an array of custom type?
Yes it is. Check this out: http://help.infragistics.com/Help/NetAdvantage/WPF/2008.1/CLR3.X/html/xamDataGrid_Changing_the_Visible_Fields.html
Josh