colModel :[
{name:'action', index:'action', width:220,
sortable:false, formatter:valueToActionFormatter}
]
when I specifies the sortable option false, the headers still get ui-jqgrid-sortable css class. Google said setColProp can solve this issue. But how to do it? Any idea?