jQuery(“#a4″).click( function(){ var datarow = {id:”99″,invdate:”2007-09-01″,name:”test3″,note:”note3″,amount:”400.00″,tax:”30.00″,total:”430.00”}; var su=jQuery(“#list5”).jqGrid('addRowData',99,datarow); if(su) alert(“Succes. Write custom code to add data in server”); else alert(“Can not update”);
I went to jQuery Grid demo web site and learn to add a record using above method.
It added a row to the grid, but not update database.
Is it possible to add a row to the grid and update table?
Your help and information is great appreciated,
Regards,
Iccsi,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top