Hi,
Im just started using jqgrid and its great but i can't find out how i can make a field editable in add form dialog and not in edit dialog. It seems that when changing edit dialog it also effects the add dialog. How can i make a field visible and editable in add dialog and not visible/editable in edit dialog?
For example i want this field to behave like that:
{ name: 'Password', index: 'Password', hidden: true, edittype: 'password', editable: true, editoptions: { size: 25 }, formoptions: { elmsuffix: '(*)' }, editrules: { edithidden:'true', required: 'true'} },
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top