New to KendoReactLearn about KendoReact Free.

CompositeHighlightDescriptor

Represents a composite highlight descriptor for a grid. It contains a map of cell identifiers to their highlight status, an array of filter descriptors, and the logical operator used to combine the filters.

NameTypeDefaultDescription

cells

{[key: string]: boolean}

A map of cell identifiers to a boolean indicating whether the cell should be highlighted.

filters

FilterDescriptor[]

An array of filter descriptors representing the filters applied to the grid.

logic

"and" | "or"

The logical operator ('and' | 'or') used to combine the filters.

Not finding the help you need?
Contact Support