In the slickgrid I\'m able to set the sort column and it\'s sort direction using the grid.SetSortColumn(colName,true/false). This only sets the sorting glyph but do
grid.SetSortColumn(colName,true/false)
Maybe it will help you. Looks like SlickGrid is triggering sort to self - so You can trigger it manually if You want.