Skip to content

Commit 5f63e6f

Browse files
docs(Grid): fix copilot changes for the new ai features
1 parent aa52d16 commit 5f63e6f

File tree

3 files changed

+16
-158
lines changed

3 files changed

+16
-158
lines changed

components/grid/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The Blazor Grid supports all fundamental data operations out-of-the-box:
5858
* [Filtering](slug:components/grid/filtering)
5959
* [Grouping](slug:components/grid/features/grouping). The Grid can also [load the data for each group on demand](slug:grid-group-lod).
6060
* [Aggregates](slug:grid-aggregates)
61+
* The component supports most [data operations through AI-driven natural language commands](slug:grid-ai-overview).
6162

6263

6364
## Editing
@@ -98,7 +99,7 @@ The Grid supports custom content in various parts of the component such as data
9899

99100
## More Blazor Grid Features
100101

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.
102103
* [Selection](slug:grid-selection-overview)—select one or multiple rows through clicks or checkboxes or select one or multiple cells through clicks.
103104
* [State](slug:grid-state)—get or set the Grid configuration programmatically.
104105
* [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`.
144145

145146
* [Explore Grid data binding](slug:grid-data-binding)
146147
* [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)
148149

149150
## See Also
150151

components/grid/smart-ai-features/overview.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@ position: 1
1010

1111
# Grid AI Features
1212

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.
1414

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").
23+
* **Column Operations** – Resize, reorder (change column position), show/hide, and lock/unlock columns.
24+
* **Pagination** – Navigate between pages and adjust page sizes.
25+
* **Selection** – Select or deselect rows based on criteria, or select/deselect all.
26+
* **Export** – Export grid data to Excel, PDF, or CSV formats.
1627

1728
## API Reference
1829

@@ -116,7 +127,6 @@ The following online demos show complete implementations of the Grid AI smart fu
116127

117128
## Next Steps
118129

119-
* [Learn about the Prompt-Controlled DataGrid feature](slug:grid-prompt-controlled)
120130
* [Use a Grid AI Column Assistant to perform AI operations that target a specific Grid data item](slug:grid-ai-column)
121131

122132
## See Also

components/grid/smart-ai-features/prompt-controlled-grid.md

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)