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

Specifies a Grid operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum GridWebMcpToolCommand

Fields

Clear all applied filters.

C#
ClearFilter = 1

Clear all applied groups.

C#
ClearGroup = 5

Clear all highlighted rows.

C#
ClearHighlight = 7

Clear all selected rows.

C#
ClearSelect = 9

Clear all applied sorts.

C#
ClearSort = 3

Hide a visible column.

C#
ColumnHide = 15

Lock (freeze) a column.

C#
ColumnLock = 16

Move a column to a different position.

C#
ColumnReorder = 12

Resize a column width.

C#
ColumnResize = 13

Show a hidden column.

C#
ColumnShow = 14

Unlock a frozen column.

C#
ColumnUnlock = 17

Export data to CSV.

C#
ExportCsv = 20

Export data to Excel.

C#
ExportExcel = 18

Export data to PDF.

C#
ExportPdf = 19

Apply a filter to a column.

C#
Filter = 0

Retrieve the currently visible data.

C#
GetData = 21

Group data by a column.

C#
Group = 4

Highlight rows matching criteria.

C#
Highlight = 6

Navigate to a specific page.

C#
Page = 10

Change the number of items per page.

C#
PageSize = 11

Select rows matching criteria.

C#
Select = 8

Sort data by a column.

C#
Sort = 2