Hi, I would like to add text to the export to excel and export to PDF buttons that are enabled in jqgrid like this:
$grid->setNavOptions('navigator', array(“excel”=>true,”add”=>false,”edit”=>false,”del”=>false,”view”=>false, “search”=>true, “searchtext”=>”Search”,”pdf”=>true, “cloneToTop”=>true, “refreshtext”=>”Refresh”));
Since the option is not documented (I have just logged a feature request in that forum) perhaps I can achieve what I want using a custom button with a caption? Can anyone help me with the onClickButton script please? I have tried:
$buttonoptions = array(“#pager”,
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top