Hello.
jqGrid: v5.3.1
I have several columns that are hidden and want them to appear in an export. Have attempted to use the new exportcol option, however this did not appear to help.
example column.
|
1 2 3 |
$grid->setColProperty("id", array("label"=>"ID", "width"=>20, "editable"=>false, "hidden"=>true, "exportcol"=>true, "edittype"=>"text", "editoptions"=>array("size"=>40, "maxlength"=> 40, "readonly"=>true), "editrules"=>array("edithidden"=>true, "required"=>false ) )); |
Thanks.
–JP
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top