KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridTrialVersion 2.0.0.0 released on 2/28/2010

Exporting - Change Filename

The example requires database in order to run. Click here to install now!

Description & Sample code

The filename which KoolGrid export can be changed by using property FileName of ExportSettings.

$grid->ExportSettings->FileName="Report";

Note: The file extension will be added according to the exporting function that you called. For example, if you call ExportToPDF(), the extension ".pdf" will be attached to the filename.