New to KendoReactLearn about KendoReact Free.

GridToolbarCheckboxFilterProps

NameTypeDefaultDescription

data

string | object[]

Sets the items collection that will be rendered by the GridToolbarCheckboxFilter component.

icon?

string

Defines the icon rendered in the GridToolbarCheckboxFilter tool (see example).

jsx
<GridToolbarCheckboxFilter icon="home" />

onCloseMenu?

Function

The method that will be called to close the column menu.

jsx
<GridToolbarCheckboxFilter onCloseMenu={() => console.log('close menu');} />

React.ComponentType<any>

Defines the component that will be rendered as a search box.

searchBoxFilterOperator?

string | Function

Defines the filter operator that will be used to filter the values via the search box. "startswith" "endswith" "contains" "doesnotcontain" "isempty" "isnotempty" "eq" (equal to) "eq" (equal to) "neq" (not equal to) "isnull" (is equal to null) "isnotnull" (is not equal to null)

show?

boolean

Specifies if the popup will be displayed.

jsx
<GridToolbarCheckboxFilter show={true} />

svgIcon?

SVGIcon

Defines the SVG icon rendered in the GridToolbarCheckboxFilter tool (see example).

jsx
import { gearIcon } from '@progress/kendo-svg-icons';

<GridToolbarCheckboxFilter svgIcon={gearIcon} />

uniqueData?

boolean

Determines if the data in the component will be unique. By default the property is set to true.

jsx
<GridToolbarCheckboxFilter uniqueData={true} />
Not finding the help you need?
Contact Support