Home › Forums › Guriddo jqGrid JS › Help › setRowData send to server?
Hi all,
How would I go about sending the updated data that I set using setRowData to the server?
Thank you
Any ideas?
Hello,
setRowData saves the data to the grid and not to the server. In order to use this you should use your own ajax call to seve this to the server.
Regards
Tony
That I understand, but how would one go about setting up that AJAX call? I'm not sure how to make the POST or GET function after setRowData: would I use a function there or do I have to update the database by another route then reloadTrigger?
Sorry but this is out of the discussion here. Maybe you should begin first with jQuery documentation and tutorials.
Reagrds
javascript jquery ajax calling
url = “server.php?datarow =”+ datas;
$.get(url, function(){
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS