HomeData ManagementGridFilter DataSearch Box
AI-powered Extensions
  • AI Chat
  • HTML Editor
  • Rich Text Editor
  • Semantic Search
  • Reports
Data Management
  • Grid
    • Overview
    • Data Binding
    • Sort Data
    • Group Data
    • Edit Data
    • Filter Data
      • Filter Row
      • Search Box
      • Column Filter Menu
      • Filter API
      • AI Semantic Search
    • Summary
    • Selection and Focus
    • Master-Detail View
    • Templates
    • Columns
    • Save and Restore Layout
    • Adaptivity
    • Export
    • Customization
    • Toolbar
    • Drag & Drop Operations
    • Paging and Scrolling
  • TreeList
  • Filter Builder
    CTP
Data Editors
  • Overview
  • Common Concepts
  • Calendar
  • CheckBox
  • Color Palette
  • ComboBox
  • Date Edit
  • Date Range Picker
  • DropDown Box
  • List Box
  • Masked Input
  • Memo
  • Radio
  • Radio Group
  • Search Box
  • Spin Edit
  • TagBox
  • Text Box
  • Time Edit
Data Visualization
  • Bar Gauge
  • Charts
  • Map
  • Pivot Table
    CTP
  • Pivot Grid
  • Range Selector
Layout
  • Carousel
  • Drawer
  • Form Layout
  • Grid Layout
  • Layout Breakpoint
  • Splitter
  • Stack Layout
  • Tabs
Navigation
  • Overview
  • Accordion
  • Context Menu
  • Menu
  • Pager
  • Ribbon
    CTP
  • Toolbar
  • TreeView
Dialogs and Windows
  • DropDown
  • Flyout
  • Message Box
  • Popup
  • Toast Notification
  • Window
Buttons
  • Button
  • Button Group
  • DropDown Button
  • Split Button
File Management
  • File Input
  • Upload
File Viewers & Editors
  • HTML Editor
  • PDF Viewer
  • Rich Text Editor
Scheduling
  • Scheduler
Reporting
  • Reports
Progress Indication
  • Loading Panel
  • Progress Bar
  • Wait Indicator
Document Processing
  • Office File API ↗
Showcase Demo
  • CRM ↗
    New
  • Analytics ↗
    New
  • Planning ↗
    New
Version: 25.1.4
Copyright © 2000-2025 Developer Express Inc

 Search Box

  • Example
  • View Source
  • Docs
 
Find Rows Containing:
Country
Contact Name Company Name City
Country: Brazil
Anabela DominguesTradição HipermercadosSao Paulo
Country: Canada
Jean FresnièreMère PaillardeMontréal
Country: Mexico
Ana TrujilloAna Trujillo Emparedados y heladosMéxico D.F.
Data grid with 6 rows and 3 columns
0 rows are selected

The DevExpress Blazor Grid component includes an integrated Search Box UI element. When users enter values within the Search Box, our Blazor Grid filters data rows, displays records that match the search string, and highlights search results. You can use the following properties to customize search behavior:

  • DxGrid.SearchTextParseMode — Specifies how the Grid searches for a match if the query contains multiple words: an exact matching phrase, all words in any order, or any individual word. Select a value from the Find Rows Containing box to see how behavior changes.
  • DxGridDataColumn.SearchEnabled — Allows you to exclude a specific column from search operations (the component searches across all visible data columns by default).

Enable the ShowSearchBox property to display the built-in Search Box. Use the SearchText property to set an initial search string or implement an external search editor.