[jQuery] jqGrid - show editable column (hidden in grid)
Hi,
I am trying to achieve fallowing functionality.
Hide grid column (when grid view), but edit this field when inline
editing popup shows. Currently when i hide a column in grid it is not
visible in EditForm too.
colModel: [
{ name: 'Id', hidden:true, index: 'Id', width: 0,display:false,
sorttype: "int", search: false },
{ name: 'Email', editable: true,index: 'Email', width: 170,
search: false },
{ name: 'Comment', editable: true,index: 'Comment' ,
hidden:true, editrules: { edithidden:
false,display:true,hidden:false }, width: 170, search: false }, //
<----- this one
Any suggestions or help will be appreciated
Cheers
rzk