INSTALLATION
- Run database.sql on a DB
- Put all files in a direcorty on the web server.
- Configure the Database and table info in the beginning of index.php / example.php / other files

SAMPLES
- index.php contains minimum code generation
- example-all.php contains few more customization parameters with description
* subgrid.php contains master/detail subgrid example. you can have n-level of subgrid
* custom-events.php contains sample to write you own update/insert/delete code
* excel_view.php contains sample how to make navigation similar to excel

(*) These features are available with full source code, which you can get after appreciating it by little payment (smile). 

See http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid-component/ for more details.

MIGRATION TO v1.2 (31.12.10)
- You need to change your grid column name to table-field or field-alias. 
- "table.field" format (i.invdate) is not supported anymore. instead write "invdate"
e.g.	old -- $col["name"] = "i.id"; 
		new -- $col["name"] = "id"; 

FEEDBACK

- Do post bugs/wishlist here ...
http://azgtech.wordpress.com/2010/08/01/jqgrid-php-datagrid-component/

LICENSE

- must read license.txt before use
