Revert "Grids AI Assistant: Add CTP Tags & Notes"#8827
Merged
Conversation
This reverts commit 38820c8.
There was a problem hiding this comment.
Pull request overview
This PR reverts documentation changes from #8816 by removing CTP-related annotations from the Grids AI Assistant API reference entries.
Changes:
- Removed
common-ctp-note-wo-devextremeincludes and[tags] ctpmarkers from AI Assistant-related API reference pages. - Removed demo button blocks that were introduced alongside the reverted CTP additions on some AI Assistant pages.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| api-reference/40 Common Types/15 grids/AIAssistant/AIAssistant.md | Removes CTP note/tags and demo button block from the common AIAssistant type page. |
| api-reference/10 UI Components/GridBase/4 Events/aIAssistantRequestCreating.md | Removes CTP note/tags from the GridBase event reference page. |
| api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md | Removes CTP note/tags from the handler reference page (now leaves a trailing empty section delimiter). |
| api-reference/10 UI Components/GridBase/1 Configuration/aiAssistant.md | Removes CTP note/tags from the aiAssistant option page while keeping the demo button include. |
| api-reference/10 UI Components/dxTreeList/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md | Removes CTP note/tags from the TreeList event-args type page. |
| api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md | Removes CTP note/tags from the TreeList handler page (now leaves a trailing empty section delimiter). |
| api-reference/10 UI Components/dxDataGrid/9 Types/AIAssistantRequestCreatingEvent/AIAssistantRequestCreatingEvent.md | Removes CTP note/tags from the DataGrid event-args type page. |
| api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md | Removes CTP note/tags from the DataGrid handler page (now leaves a trailing empty section delimiter). |
| api-reference/10 UI Components/dxDataGrid/1 Configuration/aiAssistant/aiAssistant.md | Removes CTP note/tags and demo button block from the DataGrid aiAssistant option page. |
Comments suppressed due to low confidence (3)
api-reference/10 UI Components/GridBase/1 Configuration/onAIAssistantRequestCreating.md:114
- The file now ends with a standalone
---delimiter (previously used to separate the removed tag section). Leaving an empty section delimiter at EOF can produce an extra empty block in the rendered docs and is inconsistent with other API reference pages.
---
api-reference/10 UI Components/dxDataGrid/1 Configuration/onAIAssistantRequestCreating.md:101
- The file now ends with a standalone
---delimiter (previously used to separate the removed tag section). Leaving an empty section delimiter at EOF can produce an extra empty block in the rendered docs and is inconsistent with other API reference pages.
---
api-reference/10 UI Components/dxTreeList/1 Configuration/onAIAssistantRequestCreating.md:101
- The file now ends with a standalone
---delimiter (previously used to separate the removed tag section). Leaving an empty section delimiter at EOF can produce an extra empty block in the rendered docs and is inconsistent with other API reference pages.
---
vladaskorohodova
approved these changes
Jun 3, 2026
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.
Reverts #8816