• 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
    • ListBox
    • 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

GridColumnMenuFilterUIProps

The props that will be passed to the UI of the ColumnMenu filter component.

NameTypeDefaultDescription

firstFilterProps

GridFilterCellProps

The options of the first filter.

hideSecondFilter?

boolean

Indicates if the second filter will be hidden.

logicData

GridFilterOperator[]

The list of the filter logic options.

logicValue?

GridFilterOperator

The current value of the filter logic.

onLogicChange

(e: any) => void

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

secondFilterProps

GridFilterCellProps

The options of the second filter.