New to Telerik UI for BlazorStart a free 30-day trial

Configures WebMCP tool registration for the parent Grid. When present, Grid operations are exposed as tools discoverable by AI models through the browser. Place inside GridSettings. Children: GridWebMcpTool.

Definition

Constructors

C#
public GridWebMcpSettings()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool
C#
protected override void OnInitialized()

Overrides: ComponentBase.OnInitialized()

Properties

Defines the WebMCP tool overrides for the Grid. Children: GridWebMcpTool.

C#
[Parameter]
public RenderFragment GridWebMcpTools { get; set; }

A human-readable name that distinguishes this Grid's WebMCP tools from other Grids on the same page. When set, tool names are prefixed and descriptions are annotated. For example, "Sales" produces tool names like "sales-grid-filter".

C#
[Parameter]
public string Name { get; set; }