-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Grids: Add AI Column API descriptions #8121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grids: Add AI Column API descriptions #8121
Conversation
api-reference/40 Common Types/15 grids/ColumnAIOptions/editorOptions.md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/dxChat/4 Events/attachmentDownloadClick.md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/dxChat/9 Types/Attachment/name.md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/GridBase/3 Methods/clearAIColumn(columnName).md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/AIColumnRequestCreatingInfo/additionalInfo.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/AIColumnRequestCreatingInfo/useCache.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/ColumnAIOptions/popup.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/ColumnAIOptions/showHeaderMenu.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds API descriptions for the Grid AI Column configuration property. The changes include a short description, detailed description, and important notes about using AI columns.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
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 32 out of 32 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
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 32 out of 32 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
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 32 out of 32 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
api-reference/10 UI Components/GridBase/3 Methods/abortAIColumnRequest(columnName).md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/GridBase/3 Methods/refreshAIColumn(columnName).md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/GridBase/3 Methods/sendAIColumnRequest(columnName).md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/GridBase/3 Methods/sendAIColumnRequest(columnName).md
Outdated
Show resolved
Hide resolved
api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIColumnRequestCreating.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/AIColumnRequestCreatingInfo/additionalInfo.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/ColumnAIOptions/emptyText.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/15 grids/ColumnAIOptions/showHeaderMenu.md
Outdated
Show resolved
Hide resolved
api-reference/40 Common Types/RequestParamsData/RequestParamsData.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com>
There was a problem hiding this comment.
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 32 out of 32 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [note] | ||
|
|
||
| - To ensure the AI column functions correctly, specify key values in the {WidgetName} data source. | ||
| - If {WidgetName} automatically hides an AI column (when [columnHidingEnabled]({basewidgetpath}/Configuration/#columnHidingEnabled) is `true`), users cannot access the [AI header menu]({basewidgetpath}/Configuration/columns/ai/#showHeaderMenu). |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrasing "If {WidgetName} automatically hides an AI column" is awkward. Consider rephrasing to "If the component automatically hides the AI column" for consistency with similar documentation (e.g., ColumnAI.Options.mode).
No description provided.