[quote user="sjnaughton"] Actually having done some testing the sort does work, try this: [DisplayColumn( "test", "test" )] public partial class Account : INotifyPropertyChanging, INotifyPropertyChanged { public String test { get { return "Account: " + this .AccountName...