Solving: DisplayName not showing in a DataForm in Silverlight 4 by using data annotations on a metadata class.
I was trying to change the displayname of a field in a dataform by placing the DisplayName attribute on the property in the metadata class. This will not work instead you must use the [Display(Name=…