This question is locked. New answers and comments are not allowed.
In Silverlight, when I bind data grid column to a property and assign Display property, header of Grid column takes that value
but in Windows 8 it is not working. Is this not possible or is there some other way to achieve this?
[Display(Name = "FIXGroupId", ResourceType = typeof(FIXGroupText))] public short FIXGroupId { get { return _FIXGroupId; } set { _FIXGroupId = value; } }but in Windows 8 it is not working. Is this not possible or is there some other way to achieve this?