It would be helpful if there were a simple way to sort objects deeper in the object graph via their public properties.
An Example Scenario:
Parent object has children objects with property of Firstname
The ability to specify an orderby (or alternative means) to sort by Parent.Child.Firstname (where Firstname is a public property of Child object)
Comments: ** Comment from web user: ngruson **
An Example Scenario:
Parent object has children objects with property of Firstname
The ability to specify an orderby (or alternative means) to sort by Parent.Child.Firstname (where Firstname is a public property of Child object)
Comments: ** Comment from web user: ngruson **
I made some changes to the code to support this requirement and it works for me. You can get it at http://nils-gruson.blogspot.com/. Marc, can you take a look at this?
Greets,
Nils Gruson