Description of problem: Once we'll have sorting on columns, would be also nice to implement sorting over more of them at once. I can imagine to hold Ctrl + click on another column as adding it to filter. Also please consider de-select (repetitive Ctrl+click?) - will remove that column sort. Also would be nice support more than just 2 collumns, what about 3 or 4 columns? (or even all of them!) Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
at least for grids that rely on server-side sorting (i.e. most of the main grids), we need support for sorting on multiple fields in the search mechanism -> opened (infra) blocking bug 1128842.
There is no way to do this client side once the initial result set is displayed?
(In reply to Yaniv Dary from comment #2) > There is no way to do this client side once the initial result set is > displayed? sorting on main grids is done on the server side. it must be done on the server side because of the paging. a sorting performed client side can be performed only on the results of the current page (100 by default) which doesn't take into consideration the full set of objects in the system, hence produces misleading results. if you want to do the primary sorting on the server-side and the secondary sorting on the client-side - I assume that we can do that, but it may be extremely confusing to the user to have the primary sorting done on all items in the system and the secondary sorting done per page - so I recommend to not go in this path.
Unlikely to be fixed. Please re-open if you think it should be handled.