KoolGrid - Powerful PHP GridKoolGrid - Powerful PHP GridFullVersion 5.7.0.1 released on 05/19/2017

Exporting - Change Filename

Could not connect to database! Click here to re-install

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.