jqGrid - Default Add/Edit buttons - Processing Server Response

前端 未结 3 1725
孤街浪徒
孤街浪徒 2020-12-16 15:15

I am working on my first implementation of a jqGrid. I am using the standard add/edit buttons that appear in the navGrid but am having problems identifying how process the s

3条回答
  •  攒了一身酷
    2020-12-16 16:07

    You could try this:

    navGrid('#gridpager',{view:true},{},{closeOnEscape:true},{afterSubmit:processAddEdit}); 
            $.jgrid.search={
            odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','like','does not contain'],        
              sopt:['eq','ne','cn','bw','ew']
            }
    

提交回复
热议问题