Hello,
This is my first time using jqgrid. I've followed the directions in the documentations for the PHP implementation of the grid. It works flawlessly besides the editing feature. I can add and delete rows, just fine, but when i try to edit either with in-line or with the form, it doesn’t submit to the database.
When I use the debugging feature in chrome, it send the 'edit' oper and all parameters are passed through and it calls the querygrid.php file just fine.
Please help me get the editing feature working.
Thanks!
querygrid.php:
“editGrid();$grid->setPrimaryKeyId('userid');
$grid->table = 'IAIFP_UserAB';
$grid = new jqGridEdit($conn);
$conn = sqlsrv_connect( $serverName, $connectionInfo);
$serverName = “”;
$connectionInfo = array(“UID” => 'sql.footprints',
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top