Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Hidden grid fields not copied to Edit Form
28/10/2009
15:08
Avatar
jack_s
Member
Members
Forum Posts: 17
Member Since:
11/07/2009
sp_UserOfflineSmall Offline

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!

28/10/2009
18:28
Avatar
markw65
Member
Members
Forum Posts: 179
Member Since:
30/07/2009
sp_UserOfflineSmall Offline

I think the way it works is that

 - only editable fields go onto the form

 - the field is visible if its not hidden, or its marked as edithidden.

So I believe you want:

      name:'memberListID',
      index:'memberListID',
      width:30,
      hidden:true,
     editable: true
}

28/10/2009
20:36
Avatar
jack_s
Member
Members
Forum Posts: 17
Member Since:
11/07/2009
sp_UserOfflineSmall Offline

thanks mark - that works - the problem was that I was using formatoptions: { rowpos: x } property  - as it happens one of these (a rowpos)  needs to be assigned to ALL fields even if they are not displayed on the form

30/10/2009
06:39
Avatar
Juris
Guest
Guests

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;

30/10/2009
07:05
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

30/10/2009
08:59
Avatar
Juris
Guest
Guests

Ah, yes, it works,

i did not notice that hidden fields are same text inputs with display:none

Thanks

Forum Timezone: Europe/Sofia

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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information