New to KendoReact? Learn about KendoReact Free.
GridAIResponseResult
Updated on Dec 11, 2025
Represents the result of processing an AI response. Contains the updated grid state and any messages to display.
| Name | Type | Default | Description |
|---|---|---|---|
messages |
|
Array of user-friendly messages describing what changes were made. Can be displayed to users as feedback. | |
shouldExportPdf |
|
Indicates whether the AI triggered a PDF export. Handle this separately as it's an action, not state. | |
state |
|
The updated grid state after processing AI commands. Spread this into your Grid component props. |