Currently it's possible to click on product name and number and then it will sort ascending or descending on that value
But it would be extremely helpful if we can do this on all columns
The interesting thing is that it's already supported by the URL, so for example sorting by the discontinued column works if I changed the field in the URL
Currently it's possible to click on product name and number and then it will sort ascending or descending on that value
But it would be extremely helpful if we can do this on all columns The interesting thing is that it's already supported by the URL, so for example sorting by the discontinued column works if I changed the field in the URL
Admin/UI/Products/ProductList?PagingIndex=1&PagingSize=96&SortColumnName=Discontinued&SortDirection=descending&Type=ProductsAll
So this is some sort of UI limitation only