New to KendoReact? Learn about KendoReact Free.
GridAIRequestConfig
Updated on May 5, 2026
Configuration for an HTTP request made by the Grid AI Assistant. Replaces direct usage of AxiosRequestConfig.
| Name | Type | Default | Description |
|---|---|---|---|
headers? |
|
Request headers. | |
method? |
|
HTTP method. | |
responseType? |
|
Expected response type. | |
signal? |
|
AbortSignal for request cancellation. | |
withCredentials? |
|
Whether to include credentials (cookies) in cross-origin requests. |