New to KendoReactStart a free 30-day trial

Configuration for an HTTP request made by the Grid AI Assistant. Replaces direct usage of AxiosRequestConfig.

Definition

Package:@progress/kendo-react-grid

Properties

headers?

Record​<string, string>

Request headers.

method?

string

HTTP method.

responseType?

"text" | "json"

Expected response type.

signal?

AbortSignal

AbortSignal for request cancellation.

Whether to include credentials (cookies) in cross-origin requests.