showing results for - "jqgrid aftershowform"
Ian
18 Feb 2019
1jQuery("#user-grid").jqGrid('navGrid','#user-grid-pager',
2    { }, //options
3    { // edit options
4        beforeShowForm: function(frm) { 
5            $('#username').attr('readonly','readonly'); 
6        }
7    }, 
8    { // add options
9        beforeShowForm: function(frm) { 
10            $('#username').removeAttr('readonly'); 
11        }
12    }, 
13    { }, // del options
14    { } // search options
15);
16
17
queries leading to this page
jqgrid aftershowformjqgrid aftershowform