I want to hide a column or select different width based on the data I am getting on load event but its not working. Here is the code I tried
loadComplete : function(){
$(this).jqGrid('setColProp', 'ID', {
hidden: true
});
},
but the ID column is still being shown...