Is there any way to hide a column in a jqGrid table, but have it show as read-only when the row is edited in the form editor modal dialog?
To hide the grid column
jQuery("#validGrid").jqGrid('hideCol',str);