Is there a way how to hide quick find on top of grid?
问题 Is there a way to hide quick find search box on top of grid - either programmatically or via ribbon / customizations ? Btw, it should be in supported/able manner (no direct DOM manipulations). 回答1: If anyone is interested - it is possible; it involves a shipping of your own custom grid control. Then in control manifest make sure to specify cds-data-set-options="displayViewSelector:false;displayQuickFind:false" <?xml version="1.0" encoding="utf-8"?> <manifest> <control namespace="MyControls