Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Search Panel

x
Contact Name 
Company Name 
Address 
City 
Postal Code 
Country 
Phone 
Maria AndersAlfreds FutterkisteObere Str. 57Berlin12209Germany030-0074321
Ana TrujilloAna Trujillo Emparedados y heladosAvda. de la Constitución 2222México D.F.05021Mexico(5) 555-4729
Antonio MorenoAntonio Moreno TaqueríaMataderos 2312México D.F.05023Mexico(5) 555-3932
Thomas HardyAround the Horn120 Hanover Sq.LondonWA1 1DPUnited Kingdom(171) 555-7788
Hanna MoosBlauer See DelikatessenForsterstr. 57Mannheim68306Germany0621-08460
Frédérique CiteauxBlondesddsl père et fils24, place KléberStrasbourg67000France88.60.15.31
Laurence LebihanBon app'12, rue des BouchersMarseille13008France91.24.45.40
Elizabeth LincolnBottom-Dollar Markets23 Tsawassen Blvd.TsawassenT2F 8M4Canada(604) 555-4729
Francisco ChangCentro comercial MoctezumaSierras de Granada 9993México D.F.05022Mexico(5) 555-3392
Yang WangChop-suey ChineseHauptstr. 29Bern3012Switzerland0452-076545
Page 1 of 7 (63 items)Prev1234567Next


The DevExpress ASP.NET MVC GridView extension allows you to filter data and highlight search results via its integrated Search Panel. To enable the easy-to-use Search Panel, set the SettingsSearchPanel.Visible property to true. The search panel filter criteria that is applied to the grid data can be accessed by the MVCxGridView.SearchPanelFilter property. You can customize the search panel functionality using the following settings provided by the SettingsSearchPanel property.

  • AllowTextInputTimer specifies whether a search panel filter is applied automatically or manually.
  • ColumnNames lists the names of columns to which the filter criteria will be applied.
  • CustomEditorName specifies the name of an editor used to specify a search panel filter criterion.
  • Delay specifies the time interval between the initiation of search input and when filtering is applied.
  • GroupOperator specifies the logical operator used to combine conditions (multiple words separated by space characters).
  • HighlightResults specifies whether a text matching the filter condition is highlighted within the grid.
  • ShowApplyButton specifies whether the Apply button is displayed within the search panel.
  • ShowClearButton specifies whether the Clear button is displayed within the search panel.
Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos