views:

31

answers:

1

Hi,

How do I handle sorting in RadGrid (or any other Grid) using EntityDataSource on computed columns ( in EF partial classes eg.: DisplayName { get { retrun this.Name + " " + this.LastName;}} ) ?

+1  A: 

Like this.

Craig Stuntz
that article and project are amazing, thanks for sharing.
Jacob