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.