My colmodel definition looks like follows:
<c name='NewShippingAddressCity' index='NewShippingAddressCity' align='left' sortable='false' hidden='true' width='150'></c>
but I don't know why this column is still visible. What should I change to hide it?
I use jqgrid 4.4.0
EDIT 1 It looks like from some reaseon hidden attribute becomes 'undefined' so te javascript sets it to false instead of true.