| 
					 Title: Server Response from destroyUrl / updateUrl Post by: sreekuttan on May 27, 2014, 09:28:43 PM Consider the following sample code 
					Code: $('#tt').edatagrid({and server side Code: //savedetails.php How I can get the response of Code: "Row inserted" Title: Re: Server Response from destroyUrl / updateUrl Post by: stworthy on May 28, 2014, 08:21:53 AM Your 'savedetails.php' must return the saved row. When a new row saved successfully, the 'onSave' event fires, in which you will know what row has been saved. 
					Code: $('#tt').edatagrid({ |