tried looking in the documentation but could not find.
Is there a way in which i can do a post to the server using custom button and not invoke a edit/add screeen?
jQuery("#mytreegrid").jqGrid('navButtonAdd',"#ptreegrid",
{caption:"",title:"Move Up", buttonicon :'ui-icon-arrowthick-1-n',
onClickButton:function(){
// calling something similar to onclickSubmit where i can construct
// my post body or set urls like onclickSubmit: function(rp_ge, postdata)
}
});
Help will be much appreciated!