jqGridPHP
jqGridPHP copied to clipboard
jqGrid server side library
can you please help me on this, after add/edit form is not closing automatically. I found that $.jgrid.edit.closeAfterEdit = true; This is not working, $.jgrid.edit undefined.
This is due to property `jQuery.browser` was removed in jQuery 1.9. But there is another problem: until now when is specified the `success` function of click "export to excel" the...
See issue #6
This is because on jqGrid v5.0 the `$.jgrid.edit` and `$.jgrid.del` no longer exist. NOTE: A new js wrapper code is added to allow js code assign at the time of...
Currently if 'exceltext' is not define causes the php error: `Undefined index: exceltext` See problem using: `jqGridPHP/examples/index.php?render=jqOutExcel`
It is also proposed to use `'db' => false` to indicate that a column is not from database (equivalent to `'manual' => true`, that for compatibility continues to operate)
MySQL reports errors with codes of the form HY0000, but PHP only allows integer values for $code when constructing Exceptions.
IF you have a custom query of the form 'SELECT {fields} FROM tbl WHERE {where}' the rendered query will look something like this:
- Method load: add check statement for already loaded grid classes
method load: require_once - including the file at start. include_once - including the file at runtime