Forum
Is this a bug?
The wiki docs say “Hidden fields are included in the form with the display:none property of the table row“
The column array is:
{ name:'memberListID',
index:'memberListID',
width:30,
hidden:true
},
Of course, if I do this:
{ name:'memberListID',
index:'memberListID',
width:30,
hidden:true,
editable: true,
editrules: { edithidden:true },
},
… then the field IS copied to the form. But this field is a foreign key and is not editable and I don't want it to display as “disabled” or “readonly” - I just want it to be a hidden field on the form – that would be good.
I interpret the docs to indicate that this field (as defined in the first example) should be copied to the form and then its row is hidden (i.e. display:none ) – this would work for me too as long as the contents of an input that is in a hidden row is sent to the server.
I have some workarounds I can do but I want to see if the jqgrid can handle it for me.
thanks!
06:39
I just have about same problem,
if i set
{ name:'memberListID',
index:'memberListID',
width:30,
hidden:true,
editable: true,}
the field is hidden in td its seems to be fine
but inline edit saveRow does not process hidden fields and these are not submitted to server.
i suppose it should be added to
case 'text':
case 'password':
case 'textarea':
case "button" :
case 'hidden' :
tmp[nm]= !$t.p.autoencode ? $("input, textarea",this).val() : $.jgrid.htmlEncode($("input, textarea",this).val());
break;
07:05
Moderators
30/10/2007
Hello,
Which version do you use? Also in 3.5 this should work in inline edit.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
37 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66