GridSearchTextParseMode Enum
Lists values that specify how the grid treats search words.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum GridSearchTextParseMode
Members
Name | Description | Image |
---|---|---|
GroupWordsByAnd
|
The search words are treated as individual conditions grouped by the |
|
GroupWordsByOr
|
The search words are treated as individual conditions grouped by the |
|
ExactMatch
|
The search words are not treated separately. Only records that match the search text exactly are shown. |
Remarks
The search feature allows you to filter and highlight the search text in grid data. If the search text contains multiple words separated by space characters, the words can be treated as a single condition or as individual conditions grouped by the Or
or And
operator.
Set the SearchTextParseMode property to a value of the GridSearchTextParseMode
enumerator to specify how the Grid component treats search words.
For more information about search in the Grid component, refer to the following topic: Search Box in Blazor Grid.