Otis wrote:
In-memory sorts of entitycollections is currently (1.0.2005.1) limited to a single property, as IBindingList sorts on a single property and the sort is an implementation of IBindingList.ApplySort().
In v2, multi-property sorts are possible using SortExpression objects directly on the entityview objects. Till then, single property sorts are the only thing you have, or you have to use a grid which supports multi-column sorts like JanusGrid.
Ok, I can let the horrible solution like that unitll v2
Otis wrote:
ps: Fabrice, please be patient. We all try to help you here, no need to critisize offered help.
Well, I've not criticize, I've put a smiley !
Thank you for your help (all).