Home › Forums › Guriddo jqGrid JS › Help › inline editing and save after leave one field
Hello,
is it possible to fire a Method every time i changed something via inline-editing and send the data to a webservice via ajax ?
Thanks for yout Help
You could do this by defining the formattoptions onEdit property of the 'actions' column in your grid. something like
colModel = [{index:'name', name:'name',…formatoptions:{onEdit:function(){ // Do your ajax call here } }]
You could read more about the colModel formatoptions property in the jqGrid documentation.
Hope that helps a little.
qazn123.
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS