New to KendoReactStart a free 30-day trial

Configuration for the Grid's webMcp prop.

Enables browser-native AI agent tools via Web MCP (Chrome 146+). Pass true for defaults or an object for fine-grained control.

Possible values:

Example:
tsx
// Boolean — generic "data" label, tools auto-inferred from Grid props
<Grid webMcp={true} sortable />

// Config object — semantic naming in any language
<Grid webMcp={{ dataName: 'employees' }} sortable />
<Grid webMcp={{ dataName: 'empleados' }} sortable />
Not finding the help you need?
Contact Support