Stupid question #49923 
Trying to get the table sorting working. I have used the code from the ABMFeedback as a template but that seems not to be working right. What seems to be happening is both sorts are being used. First my ORDER BY sort and then the javascript sort seems to fire.
My SortChanged event is firing and I can change the ORDER BY clause.
If I rem out my SortChanged event the table is still sorting and I am assuming that is the javascript stuff.
Trying to get the table sorting working. I have used the code from the ABMFeedback as a template but that seems not to be working right. What seems to be happening is both sorts are being used. First my ORDER BY sort and then the javascript sort seems to fire.
My SortChanged event is firing and I can change the ORDER BY clause.
If I rem out my SortChanged event the table is still sorting and I am assuming that is the javascript stuff.