New to KendoReact? Learn about KendoReact Free.
createAxiosAIClient
Updated on May 5, 2026
Creates a GridAIHttpClient backed by a customer-provided axios instance.
tsx
import axios from 'axios';
import { createAxiosAIClient } from '@progress/kendo-react-grid';
<GridToolbarAIAssistant httpClient={createAxiosAIClient(axios)} />
Parameters
axiosInstance
AxiosLikeInstance
Returns