Skip to content

Grids AI Assistant: Add How-To Topics#8819

Merged
arman-boyakhchyan merged 10 commits into
DevExpress:26_1from
arman-boyakhchyan:grids-ai-assistant-how-to-26-1
Jun 5, 2026
Merged

Grids AI Assistant: Add How-To Topics#8819
arman-boyakhchyan merged 10 commits into
DevExpress:26_1from
arman-boyakhchyan:grids-ai-assistant-how-to-26-1

Conversation

@arman-boyakhchyan

Copy link
Copy Markdown
Contributor

No description provided.

@arman-boyakhchyan arman-boyakhchyan self-assigned this Jun 2, 2026
Copilot AI review requested due to automatic review settings June 2, 2026 13:16

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds new how-to topics describing the Grids AI Assistant for both DataGrid and TreeList. Each component gets a parallel set of four documentation pages covering an overview, activation/configuration, response customization callbacks, and specifics/best practices, with code snippets for jQuery, Angular, Vue, and React.

Changes:

  • New "AI Assistant" intro pages listing supported features (and a demo link for DataGrid).
  • New "Configuration and Use" pages explaining aiIntegration, aiAssistant.enabled, toolbar interaction, and chat/popup/title customization.
  • New "Response Customization" pages with multi-framework snippets for customizeResponseText/customizeResponseTitle, and "Specifics and Best Practices" pages with caveats and a See Also link.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 13 comments.

Show a summary per file
File Description
concepts/.../DataGrid/12 AI Assistant/00 AI Assistant.md New DataGrid AI Assistant intro with supported features and demo button.
concepts/.../DataGrid/12 AI Assistant/05 Configuration and Use.md New DataGrid topic on enabling and configuring the assistant.
concepts/.../DataGrid/12 AI Assistant/10 Response Customization.md New DataGrid topic with multi-framework response customization snippets.
concepts/.../DataGrid/12 AI Assistant/15 Specifics and Best Practices.md New DataGrid topic with caveats and See Also link.
concepts/.../TreeList/07 AI Assistant/00 AI Assistant.md New TreeList AI Assistant intro listing supported features.
concepts/.../TreeList/07 AI Assistant/05 Configuration and Use.md New TreeList topic on enabling and configuring the assistant.
concepts/.../TreeList/07 AI Assistant/10 Response Customization.md New TreeList topic mirroring the DataGrid customization snippets.
concepts/.../TreeList/07 AI Assistant/15 Specifics and Best Practices.md New TreeList topic with caveats and See Also link.

Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/05 Configuration and Use.md Outdated
Comment thread concepts/05 UI Components/TreeList/07 AI Assistant/05 Configuration and Use.md Outdated
Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/05 Configuration and Use.md Outdated
Copilot AI review requested due to automatic review settings June 2, 2026 13:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Copilot AI review requested due to automatic review settings June 3, 2026 13:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.

Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/00 AI Assistant.md Outdated
Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/00 AI Assistant.md Outdated
Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/05 Configuration and Use.md Outdated
Comment thread concepts/05 UI Components/TreeList/07 AI Assistant/05 Configuration and Use.md Outdated
Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com>
Copilot AI review requested due to automatic review settings June 4, 2026 05:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Comment thread concepts/05 UI Components/DataGrid/12 AI Assistant/00 AI Assistant.md Outdated
Co-authored-by: dirkpieterse <dirk.pieterse@devexpress.com>
Copilot AI review requested due to automatic review settings June 5, 2026 07:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

@arman-boyakhchyan arman-boyakhchyan merged commit 3974250 into DevExpress:26_1 Jun 5, 2026
6 checks passed

For instance, to select the last row on a [page](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/paging/), the assistant calls the `selectByIndexes` command and uses the page size to specify an index. If the number of rows on the active page is smaller than the page size, the command fails.

- AI Assistant may not preserve results of previously executed commands of the same type. Specify if the AI should preserve or discard previous results in your requests (include keywords such as "also" or "only").

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- AI Assistant may not preserve results of previously executed commands of the same type. Specify if the AI should preserve or discard previous results in your requests (include keywords such as "also" or "only").
- The AI Assistant may not preserve the results of previously executed commands of the same type. To preserve or discard previous results, specify this in your request with keywords such as "also" or "only".


- The assistant does not support certain actions that are only accessible in the component UI (for instance, it cannot expand/collapse groups).

- If you expect users to request certain commands in the AI Assistant, ensure the corresponding {WidgetName} feature is enabled to avoid command failures.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If you expect users to request certain commands in the AI Assistant, ensure the corresponding {WidgetName} feature is enabled to avoid command failures.
- If users are likely to request specific commands in the AI Assistant, ensure that the corresponding {WidgetName} feature is enabled to prevent command failures.

@arman-boyakhchyan arman-boyakhchyan deleted the grids-ai-assistant-how-to-26-1 branch June 8, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants