-
It depends on what grid you're using. If you're using the stock grids, you may have to implement this yourself using SortedBindingList as a guide. AddSort / RemoveSort makes it sound like you add a sort column with each call, so it looks to me as you should be able to do it. But you'll have...