New to KendoReactStart a free 30-day trial

Enum defining the available AI command types for grid operations. These commands control different aspects of grid functionality through AI prompts.

Definition

Package:@progress/kendo-react-grid

Syntax:

tsx
// Used internally when processing AI responses
const command = {
  type: GridAICommands.GridSort,
  sort: { field: 'name', dir: 'asc' }
};

Values

Clears all applied filters from the grid

Clears all applied grouping from the grid

Clears all applied highlighting from the grid

Clears all applied selections from the grid

Clears all applied sorting from the grid

Hides specified grid columns from view

Locks grid columns to prevent horizontal scrolling

Reorders grid columns to new positions

Resizes grid columns to specified dimensions

Shows previously hidden grid columns

Unlocks previously locked grid columns

Exports the grid data as a PDF document

Applies filtering to grid data

Applies grouping to grid data

Applies highlighting to grid cells or rows

Navigates to a specific page number in the grid

Changes the number of items displayed per page in the grid

Applies select to grid cells or rows

Applies sorting to grid columns