jqgrid add row without url instead call a javascript function on popup submit -


i displaying data using jqgrid, have used jqgrid('navgrid', '#pager', {add:true. edit:true, delete:true}... screen displays different icons on screen top left (for add, edit, delete) instead of using url, want call function on submit button of popup, manipulations on data , make ajax call.

i tried search on internet, not find solution.

thanks, shivey


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -