if you want to remove a field from a multisort one-by-one, use the Configure Sort dialog - you got the sorting that way, then. I don't know of a single ListGrid- or ListGridField-Setting for this.
Thing is I have been asked to disable multisort option on the grid. On setting setCanMultiSort to false, configure sort and clear sort options are now not showing up.
So, the only way to show clear sort option on each field of the grid, is to again set setCanMultiSort option to true?
while I don't see the benefit of removing a (single-)sort, you could still ask Isomorphic to enable the "Remove Sort" in the Column Header Menu when either setCanMultiSort or setCanSort is enabled.
Other way is to do it on your own, either with some button external to the grid or a custom menu. See the samples above.
Comment