🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Common Error Messages & Solutions
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.

This page collects documented guidance for configuring database search results and their presentation.

Search configuration

  • Documentation:Search result pages describes paging for seeker results. MaxFetch controls the maximum number of returned records; the documented default when it is not used is 20 records.
  • To identify the grid that handles seeker results when paging is used, add the tagged value IsSeekerResultGrid=true to the grid nesting.

Search-result presentation

Documentation:MDriven Stylesheet documents a search box pattern using a GroupBox with the tk-searchbox style reference, a search input bound to vSeekParam, and a results table based on vSeekerResult. The results table can use the tk-searchbox__results style reference and be shown when the search field is non-empty and results are available.

Related guidance