\Kendo\UI\GridSearchField

A PHP class representing the field setting of GridSearchFields.

Methods

name

Defines the name of the field to be included in the search

Returns

\Kendo\UI\GridSearchField

Parameters

$value string

Example

<?php
$field = new \Kendo\UI\GridSearchField();
$field->name('value');
?>

operator

Defines the operator for the field to be used in the filter expression: filter. #### Example - specify which fields will be included in the search

Returns

\Kendo\UI\GridSearchField

Parameters

$value string

Example

<?php
$field = new \Kendo\UI\GridSearchField();
$field->operator('value');
?>
In this article
Not finding the help you need?