I ran into an issue where the data I was getting back included a related entity but I had to use a template field and also had to disable EnableSortingAndPagingCallbacks because thats not supported for a template field.
Ok, so what is the best way to get a result from entity framework which includes values from related entites but in a way that I can still use a BoundField and EnableSortingAndPagingCallbacks ?
Go to the complete details ...