Enable sorting on collection

Posts   
 
    
Devildog74
User
Posts: 719
Joined: 04-Feb-2004
# Posted on: 17-May-2005 03:23:35   

In order to do a client side sort, why must we enable it in the client before doing the sort?

BTW, client side sorting is a really handy feature.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 17-May-2005 11:16:47   

Devildog74 wrote:

In order to do a client side sort, why must we enable it in the client before doing the sort?

BTW, client side sorting is a really handy feature.

It's disabled by default, as it is part of the IBindingList functionality, and if it's enabled by default, grids will enable sorting on the data, which is perhaps not what you want. So if you want sorting, you enable it.

I of course can only obey the switch in the IBindingList method for sorting, but that would be a bit messy I think.

Frans Bouma | Lead developer LLBLGen Pro