Closed
Description
Is your feature request related to a problem? Please describe.
Users can be frustrated to change sorting in grid when is allowed sorting by multiple columns.
Let's suppose there is a grid with 3 columns: col1, col2,col3. It is sorted by col2(asc) and then by col3(asc).
User wants to sort it just by column col1
Right now user must find already sorted column and then click 5 times to achieve the expected sorting.
Describe the solution you'd like
By clicking on sort icon, the current column should be sorted and other sorting criteria should be clear out.
Ctrl+click should allow to add sorting of the current column in addition to existing sorted columns.