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)
dataView.fastSort does the job. You can then use setSortColumn to set the sorting glyph.
dataView.fastSort
setSortColumn