This is a migrated thread and some comments may be shown as answers.

[Solved] Change column sort direction toggle order from None->Ascending->Descending to None->Descending->Ascending

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
gregtayl
Top achievements
Rank 1
gregtayl asked on 17 Feb 2012, 01:01 AM
Is there an easy way to change the sort direction toggle order when a user clicks a grid column?

By default, when a user clicks a column it cycles through sort directions in the following order:
  1. None
  2. ListSortDirection.Ascending
  3. ListSortDirection.Descending

Ideally, I would like it to cycle through sort directions in this order:
  1. None
  2. ListSortDirection.Descending
  3. ListSortDirection.Ascending

Our data sets are quite large, and consist of numerous (uninteresting) records with 'zero' values. In the current implementation users must click twice before viewing records of interest. This is unfortunate from not only a user perspective, but also from a performance perspective as it results in needless round trips to the server.

Any thoughts? 

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 21 Feb 2012, 01:43 PM
Hello Greg,

 Currently such mode is not supported and there is no workaround for it. I logged a request for such feature in our PITS - if more users request and vote for this functionality, we will add it in our ToDo list:
http://www.telerik.com/support/pits.aspx#/public/aspnet-mvc/9838

Regards,
Georgi Tunev
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Grid
Asked by
gregtayl
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or