hi,
the export to excel of my grid works fine. The tab title of my excel sheet has the name dhtmlxGrid. I want it to be a dynamic item. I find in the gridExcelGenerator.php a variable:
public $title = 'dhtmlxGrid';
[/code] But I don't want to change it here because all of my export to excel will have the same title.
I want it to be set when I call [code]
onclick="mygrid.toExcel('codebase/generate.php')"
Is that possible? And how can I do that?