Tip #1374: Safely remove search box from subgrid
Views (358)
Today’s tip is from AK. (Be like AK, and send your next awesome tip to jar@crmtipoftheday.com).
Adding a subgrid to model-driven form in the maker portal brings the search box which takes an extra row. If you want to hide it, you may tempt to switch to classic and clear the Display search box.
Don’t do it.
AK
You will lose the jump bar and record/page counter if the subgrid has only one page. Instead:
- export the solution
- extract customizations.xml
- find the grid and add EnableQuickFind node to the subgrid
- repack the solution
- import back and publish
This was originally posted here.

Like
Report
*This post is locked for comments