Installation of ApPHP DataGrid Templates
Installation of ApPHP DataGrid Template (for v6.0.0 or above)
A new installation of ApPHP DataGrid Template is a very straight forward process:
Step 1. Uncompressing downloaded file.
Uncompress the ApPHP DataGrid Template archive. The archive will create a directory called "PHPDG_TPL_xxx".
Step 2. Uploading files.
Upload content of this folder (all files and directories it includes) to the directory called styles/ in your DataGrid directory using FTP.
For example (x-graphite is the name of your new style):
public_html/styles/x-graphite/or
public_html/{datagrid directory}/styles/x-graphite/
Step 3. Selecting a template.
Now you can select this template. To do this simply define in appropriate place of your code for DataGrid
$dgrid->SetCssClass('x-graphite');