I would like to see the sort indicator appear on the column headers but without the control actually sorting the rows. When the sorting changes because the user clicks on a header, I programmatically make a new call to the server backend and get back the new results in the correct sort order and assign the new results to the grid. This means I do not want the grid control to sort the current results into a new order whilst waiting for the results to come back. Is there some way to keep the sort indicator working but without the grid actually performing sorting of the rows?