Grids AI Assistant: Add (Update) API Descriptions Part 3#8815
Open
arman-boyakhchyan wants to merge 3 commits into
Open
Grids AI Assistant: Add (Update) API Descriptions Part 3#8815arman-boyakhchyan wants to merge 3 commits into
arman-boyakhchyan wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Grids AI Assistant filter API documentation by replacing the older hierarchical *FilterExprObj model with a flat FilterExprTree + FilterExprNode representation and updating predefined command typings accordingly.
Changes:
- Introduces
FilterExprTree,FilterExprNode, andFilterExprAPI reference topics for the new flat filter-expression structure. - Updates
PredefinedCommands/DataGridPredefinedCommandsso thefilterValue.expressionargument isFilterExprTree | null. - Renames the filter expression object types (drops the
Objsuffix) and removes the obsoleteFilterExprObjand placeholderNewTopics/*pages.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| api-reference/NewTopics/NegatedFilterExpr/NegatedFilterExpr.md | Removes placeholder NewTopics stub. |
| api-reference/NewTopics/FilterExprTree/FilterExprTree.md | Removes placeholder NewTopics stub. |
| api-reference/NewTopics/FilterExprNode/FilterExprNode.md | Removes placeholder NewTopics stub. |
| api-reference/NewTopics/FilterExpr/FilterExpr.md | Removes placeholder NewTopics stub. |
| api-reference/NewTopics/CombinedFilterExpr/CombinedFilterExpr.md | Removes placeholder NewTopics stub. |
| api-reference/NewTopics/BasicFilterExpr/BasicFilterExpr.md | Removes placeholder NewTopics stub. |
| api-reference/40 Common Types/15 grids/PredefinedCommands/PredefinedCommands.md | Updates filterValue.expression type to FilterExprTree | null. |
| api-reference/10 UI Components/dxDataGrid/9 Types/DataGridPredefinedCommands/DataGridPredefinedCommands.md | Updates filterValue.expression type to FilterExprTree | null. |
| api-reference/40 Common Types/15 grids/NegatedFilterExpr/NegatedFilterExpr.md | Renames type/id/export and switches to node-ID-based negation (expressionId). |
| api-reference/40 Common Types/15 grids/FilterExprTree/FilterExprTree.md | Adds new documentation for the flat filter expression tree structure. |
| api-reference/40 Common Types/15 grids/FilterExprNode/FilterExprNode.md | Adds new documentation for filter expression nodes. |
| api-reference/40 Common Types/15 grids/FilterExpr/FilterExpr.md | Adds the new union type documentation for filter expressions. |
| api-reference/40 Common Types/15 grids/CombinedFilterExpr/CombinedFilterExpr.md | Renames type/id/export and switches to node-ID-based operands (leftId, rightId). |
| api-reference/40 Common Types/15 grids/BasicFilterExpr/BasicFilterExpr.md | Renames type/id/export to drop the Obj suffix. |
| api-reference/40 Common Types/15 grids/FilterExprObj/FilterExprObj.md | Removes the obsolete union type documentation. |
…entation into grids-ai-assistant-api-part-3-26-1
Comment on lines
+1
to
+5
| --- | ||
| id: FilterExprTree | ||
| module: common/grids | ||
| export: FilterExprTree | ||
| --- |
Comment on lines
+1
to
+5
| --- | ||
| id: FilterExprNode | ||
| module: common/grids | ||
| export: FilterExprNode | ||
| --- |
dirkpieterse
reviewed
Jun 2, 2026
| A DataGrid/TreeList filter expression. | ||
|
|
||
| --- | ||
| **FilterExpr** is a union of multiple types that changes based on the represented filter expression. Refer to the following topics for additional information: |
Contributor
There was a problem hiding this comment.
Suggested change
| **FilterExpr** is a union of multiple types that changes based on the represented filter expression. Refer to the following topics for additional information: | |
| **FilterExpr** is a union of multiple types whose structure depends on the represented filter expression. For additional information, see the following topics: |
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.