New to Telerik UI for ASP.NET Core? Download free 30-day trial
Search Panel
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- search_panel.cshtml
- Search_PanelController.cs
- Customer.cs
Also available for:
API REFERENCEDescription
There are situations when you would like to enable the end user to search inside the grid cells for a given value. The Kendo UI grid supports such searching by adding a search command inside the grid toolbar. Additionally one can configure which fields will be included in the searching using the Search builder as shown below:
.ToolBar(t => t.Search()).Search(search=> { search.Field(f => f.CompanyName); })
More information about the search functionality of the grid.