disable perticular column sorting in grid

Hi ,

I want to disable sorting in perticular column in my grid , how do i go about

The setColSorting command can have a sorting type as “na” - not available
    grid.setColSorting(“str,na,str”); //disable sorting for second column