searchPanel
Specifies options of the search panel.
Type:
A search panel is a grid element that allows the user to search grid records by a search string. Searching performs in those grid columns that have the allowFiltering option set to true.
The search panel is located in the upper-right corner of the dxDataGrid widget. To make it visible, set the visible property of the searchPanel configuration object to true.
See Also
- To discover how to configure the search panel, see the Search Panel topic.
- For more information about searching, refer to the Searching topic.
Also, you can search grid records by a search string from code. Call the searchByText(text) method to do this.
Show Example:
highlightSearchText
Specifies whether or not search strings in the located grid records should be highlighted.
Show Example:
placeholder
Specifies text displayed by the search panel when no search string was typed.
Show Example:
characters remaining