This question is locked. New answers and comments are not allowed.
I have a grid with columns: ID, Name which is sorted by Name when the page loads. When I click on the name column it changes the sorting from Asc to Desc but then if I click the column again it removes the sorting by that column and sorts the grid rows by ID (the ID column is not sortable). How can I change this behavior? I don't want this 3-state behavior, it should be sorted only by Name: Asc or Desc, how can I change this?