GridSearchSettingsTagHelper
Example
Razor
<search>
<fields></fields>
</search>
ChildTags
| Tag Name | Details |
|---|---|
| fields | GridSearchSettingsFieldsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| fields | String[] | Defines a list of fields which will be included in the search. If values for the property are not defined the grid will search in all column fields. |
| fields-extended | Object[] | Defines a list of fields which will be included in the search. If values for the property are not defined the grid will search in all column fields. |