I am conditionally setting postdata filters with
1 2 3 4 |
$grid->setGridOptions(array( "postData"=>array("filters"=>$sSearchFilters), "search"=>true )) |
which is working correctly, however even after setting it to “” as in
1 2 3 4 |
$grid->setGridOptions(array( "postData"=>array("filters"=>""), "search"=>true )) |
reloading the grid or resetting the search dialog correctly refreshes the grid with all records but does not clear the search dialog.
Can anyone please tell me why this fiddling with postData has caused this and what I need to do to recreate its functionality.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top