You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/overview.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ The Blazor Grid supports all fundamental data operations out-of-the-box:
58
58
*[Filtering](slug:components/grid/filtering)
59
59
*[Grouping](slug:components/grid/features/grouping). The Grid can also [load the data for each group on demand](slug:grid-group-lod).
60
60
*[Aggregates](slug:grid-aggregates)
61
+
* The component supports most [data operations through AI-driven natural language commands](slug:grid-ai-overview).
61
62
62
63
63
64
## Editing
@@ -98,7 +99,7 @@ The Grid supports custom content in various parts of the component such as data
98
99
99
100
## More Blazor Grid Features
100
101
101
-
*[Prompt-Controlled DataGrid](slug:grid-prompt-controlled)—control the Grid through natural language prompts using AI-enabled features for filtering, sorting, grouping, and highlighting.
102
+
*[Prompt-Controlled DataGrid](slug:grid-ai-overview)—control the Grid through natural language prompts using AI-enabled features for filtering, sorting, grouping, highlighting, column operations, paging, selection, and export.
102
103
*[Selection](slug:grid-selection-overview)—select one or multiple rows through clicks or checkboxes or select one or multiple cells through clicks.
103
104
*[State](slug:grid-state)—get or set the Grid configuration programmatically.
104
105
*[Toolbar](slug:components/grid/features/toolbar)—define user actions in a toolbar above the header cells.
@@ -144,7 +145,7 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.
144
145
145
146
*[Explore Grid data binding](slug:grid-data-binding)
146
147
*[Learn about Grid columns](slug:components/grid/columns/bound)
147
-
*[Control the Grid with natural language prompts](slug:grid-prompt-controlled)
148
+
*[Control the Grid with natural language prompts](slug:grid-ai-overview)
Copy file name to clipboardExpand all lines: components/grid/smart-ai-features/overview.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,20 @@ position: 1
10
10
11
11
# Grid AI Features
12
12
13
-
The Telerik Grid for Blazor supports AI-enabled features that allow users to control the Grid through natural language prompts. This Prompt-Controlled DataGrid functionality enables users to type plain text instructions, which are sent to an AI service that suggests the appropriate data operations for the Grid to perform. The currently supported data operations include filtering, grouping, sorting, and highlighting of items.
13
+
This article describes the built-in AI-enabled features of the Telerik Grid for Blazor. You can allow users to type prompts, which are sent to an AI service that suggests the appropriate data operations for the Grid to perform. The currently supported data operations include filtering, grouping, sorting, and highlighting of items.
14
14
15
-
For a comprehensive overview of the Prompt-Controlled DataGrid feature, see the [Prompt-Controlled DataGrid article](slug:grid-prompt-controlled).
15
+
## Supported Operations
16
+
17
+
The Prompt-Controlled DataGrid currently supports the following data operations through natural language prompts:
18
+
19
+
***Filtering** - Filter data based on specific criteria (for example, "Show only products with price greater than 100").
20
+
***Sorting** - Sort data by one or multiple columns (for example, "Sort by name in ascending order").
21
+
***Grouping** - Group data by specific fields (for example, "Group by category").
22
+
***Highlighting** - Highlight specific rows or cells that meet certain conditions (for example, "Highlight products that are out of stock").
0 commit comments