DataGrid: Add (Update) AI Assistant Demo Description#33590
Open
arman-boyakhchyan wants to merge 5 commits into
Open
DataGrid: Add (Update) AI Assistant Demo Description#33590arman-boyakhchyan wants to merge 5 commits into
arman-boyakhchyan wants to merge 5 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the DataGrid AI Assistant demo description from forward-looking release text to current feature documentation, including demo limitations and related links.
Changes:
- Describes the DataGrid AI Assistant as an available feature.
- Adds a note about demo AI service limits.
- Lists supported DataGrid capabilities and links to related Chat and TreeList documentation.
| - [Grouping](/Documentation/Guide/UI_Components/DataGrid/Grouping/) | ||
| - [Paging](/Documentation/Guide/UI_Components/DataGrid/Paging/) | ||
|
|
||
| These capabilities are enabled in this demo. You can use/configure these features in the AI Assistant chat. |
Raushen
reviewed
May 15, 2026
| * **Replicable Configurations**: Apply the same prompt to recreate complex grid configurations across sessions. Reduce time spent on tedious layout adjustments. No newline at end of file | ||
| This demo also configures [suggestions](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#suggestions) for the AI Assistant chat. These buttons allow you to interact with the assistant in one click using pre-defined prompts. For additional information about suggestions, refer to the following technical demo: [DevExtreme Chat - Prompt Suggestions](/Demos/WidgetsGallery/Demo/Chat/PromptSuggestions/). | ||
|
|
||
| The AI Assistant capability is also available for the DevExtreme [TreeList](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/#aiAssistant) component. No newline at end of file |
Contributor
There was a problem hiding this comment.
We could announce TreeList AI Assistant in the beginning of the description. Now it looks like a post scriptum...
Raushen
reviewed
May 15, 2026
Raushen
previously approved these changes
May 15, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (1)
apps/demos/Demos/DataGrid/AIAssistant/description.md:38
- Terminology is inconsistent with line 16, which uses "predefined" without a hyphen. Use the same spelling here for consistency within the description.
This demo also configures [suggestions](/Documentation/ApiReference/UI_Components/dxChat/Configuration/#suggestions) for the AI Assistant chat. These buttons allow you to interact with the assistant in one click using pre-defined prompts. For additional information about suggestions, refer to the following technical demo: [DevExtreme Chat - Prompt Suggestions](/Demos/WidgetsGallery/Demo/Chat/PromptSuggestions/).
| To enable the AI Assistant, configure [aiIntegration](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#aiIntegration) or **aiAssistant**.[aiIntegration](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/#aiIntegration) and set **aiAssistant**.[enabled](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/#enabled) to `true`. | ||
|
|
||
| * **Large Datasets**: Use the power of AI to browse large data sets. Apply complex filter values with natural language. | ||
| When this feature is enabled, DataGrid adds a predefined item (*"aiAssistantButton"*) to the component's toolbar. This button opens the AI Assistant chat. The assistant is displayed in popup that users can move around the screen as needed. |
| This feature is particularly well suited for the following usage scenarios: | ||
| [note] | ||
|
|
||
| AI services used for this demo have been rate and data limited. As such, you may experience performance-related delays when exploring the capabilities of the DataGrid AI Assistant. |
| * Sort, filter, search, and group data. | ||
| * Resize, reorder, fix/unfix, and show/hide columns. | ||
| * Change pagination settings. | ||
| The DevExtreme [DataGrid](https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Overview/) component ships with our AI Assistant feature. This capability allows you to interact with the component using natural language. In this demo, the AI Assistant is enabled for a DataGrid that displays mock sale data with over 1500 records. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.