I am just wondering how can we set a jqGrid column width to auto?
...
colModel: [
{ name: 'MyDescription', index: 'description', align: 'left', width: 150, sortable: false },
...
for the above statement how can I specify an auto width for the column so that it fits to the size of the maximum content in it.