• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

GridColumnMenuCheckboxFilterProps

The props of the GridColumnMenuFilter component.

NameTypeDefaultDescription

column

GridColumnMenuColumnProps

The current column options.

data

undefined[]

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

expanded?

boolean

Controls the expand state of the filter component.

filter?

CompositeFilterDescriptor

The current filter state of the Grid.It takes value of type [CompositeFilterDescriptor]({% api_kendo-data-query_compositefilterdescriptor %})

filterable?

boolean

The filterable option of the column.

filterOperators

GridFilterOperators

The filter operators for the Grid filters.

onCloseMenu?

Function

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

onExpandChange?

(nextExpandState: boolean) => void

Triggered on each subsequent expand state of the filter component.

onFilterChange?

(filter: "null" | CompositeFilterDescriptor, syntheticEvent: SyntheticEvent<any>) => any

The method that will be called to notify the parent Grid about a filter change.

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)

uniqueData?

boolean

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