I'd like to set the sorting on my EntityCollection, then bind to a DGV and have the DGV visually match the sorted column.
In other words, load a collection, sort on "Last Name DESC", bind to DGV and have the DGV's "Last Name" column show the descending sort icon.
Before I go off and start experimenting on how to achieve this I thought I should ask here as I'm sure many of you have done this.
Any suggestions or tips would be great.