Hi,
Is the Name property of DisplayAttribute supported?
Example:
public class Test { [Display(AutoGenerateField = false)] public long Id { get; set; } [Display(Name = "Description")] public string Desc { get; set; } }
Below is a test with a XamGrid (2010.2) on the top and a normal silverlight DataGrid on the bottom.
The header text is the property name for the xamGrid and the value given by the attribute for the normal grid.
Am I missing something?
Regards,
Julien
Currently we do not support the DataAnnotation attributes however it is on our backlog.
Hi Darrell,
what is the current state here. Can you tell if it'll be part of the next upgrade?
sprinter252
Thanks for your reply.
At least you support [Display(AutoGenerateField=false)] :)
That would be a nice feature.