Open danyyacoub opened 9 years ago
The issue is that the "sortable" property of the actual column is not in sync with the "sortable" property of the grid renderer.
This should be fixed in the next version. Until then , you will have to add:
{
label ""
formatName 'toolsFormat'
sortable false
enableFilter false
jqgrid{
sortable false
}
}
Hi,
Adding sortable false to this column causes an error