DataGridColumnBuilder<T>.AllowSearch Method
| Name | Parameters | Description |
|---|---|---|
| AllowSearch(JS) | value | Specifies whether this column can be searched. Applies only if searchPanel.visible is true. Inherits the value of the allowFiltering property by default. Mirrors the client-side allowSearch option. |
| AllowSearch(Boolean) | value | Specifies whether this column can be searched. Applies only if searchPanel.visible is true. Inherits the value of the allowFiltering property by default. Mirrors the client-side allowSearch option. |