This question is locked. New answers and comments are not allowed.
I am trying to figure out why there is noticeably slower response from raddatagrid with raddatapager to the normal datagrid and pager. The est is clicking on the top of an unindexed column to sort the table. While testing side by side, I noticed that raddatagrid sorts the data on the screen, and then shows the new data. So effectively the screen si updated and refreshed twice. The normal datagrid only displayed the new data after the query, and did not refresh twice.
Is there a way to turn off the sorting before displaying the new results. I suspect it is the cause of the performance hit. It is at least one of them.
Is there a way to turn off the sorting before displaying the new results. I suspect it is the cause of the performance hit. It is at least one of them.