I know jqGrid can hide the column in grid but visiable in edit form. Is there options for the other way around? In other words, does jqGrid have the option to hide the columns during form editing but visible in grid?
One useful scenario would be have a concatenated column composed of more than one columns, such as lastname + ' ' + firstname.