Hey Dimitar,
Thanks for the reply. For performance, server side sorting is not viable.
As far as disabling the grids sortable quality, I am trying to set the key as such:
this.options.gridOptions.sortable = false
but the grid is still sortable, even though it is set to false. Do I need to do a grid refresh? And if so, how is that done?