If you're sorted, it's not really supposed to let you bind (and vice-versa). Instead, you should bind to a DataView and sort the DataView.
I've put in a bug to look at this in a future release, but it may well not be fixed (many types of lists, like Arrays, don't allow sorting through a generic "I'm a list that can be sorted" mechanism, so you'd have to gather a huge (and incomplete) list of "_this_ kind of list is sorted _this_ way"). |