Hi,
is it possible to hide the “globalsearchtext” field (upper right corner) because it does not not work in subgrids and detail fancy grids? It doesn’t work in the demo either. Or is there a fix for this problem?
1 Answers
Hello,
To hide global search option, you can set following in to be passed in set_options() function:
$opt[“globalsearch”] = false;
I’ve checked the online demos you mentioned and it was not working due to ambiguous field issue. We’ve now fixed our demos as well.
https://www.gridphp.com/demo/demos/master-detail/master-detail-fancy.php
https://www.gridphp.com/demo/demos/master-detail/subgrid.php
Your Answer