问题
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:
Like this.
来源:https://stackoverflow.com/questions/3165187/sorting-entityframework-computed-columns