Interaction guide

Color Fill data grid documentation

Show the fill palette.

What it means

Color fill lets users tint the current selection from the menu.

When to use it

Use this when users need a fast visual highlight inside the grid. Keep clipboard copy and paste out of the way on this page.

Implementation notes

Start with `api.buildContextMenuConfig({ includeHighlight: true })`. Keep the fill palette close to the current selection, not the whole screen.

Relevant API

Start with contextMenu.enabled, contextMenu.items, contextMenu.closeOnSelect, contextMenu.renderMenu, contextMenu.onOpen, contextMenu.onClose, contextMenu.onAction, contextMenu.className. Open the live API reference for types and defaults.