Skip to content

Commit a95fd69

Browse files
DataGrid: add AI Assistant demo page (DevExpress#32753)
1 parent 0101771 commit a95fd69

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
117 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
With our v26.1 release, we will extend the AI-powered capabilities of both the DevExtreme [DataGrid](https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Overview/) and [TreeList](https://js.devexpress.com/Documentation/Guide/UI_Components/TreeList/Overview/). We plan to introduce a DevExtreme Chat-based AI assistant that will allow you to use natural language to interact with DataGrid/TreeList. The DataGrid/TreeList AI assistant will be able to complete the following actions:
2+
* Sort, filter, search, and group data.
3+
* Resize, reorder, fix/unfix, and show/hide columns.
4+
* Change pagination settings.
5+
<!--split-->
6+
7+
This feature is particularly well suited for the following usage scenarios:
8+
9+
* **Large Datasets**: Use the power of AI to browse large data sets. Apply complex filter values with natural language.
10+
11+
12+
* **Complex Grid Configurations**: Allow users to specify complex display preferences quickly.
13+
14+
15+
* **Accessibility-first Applications**: Allow users to interact with your application in a manner that is most appropriate for each specific situation: while at their desk, or on the go (when their hands are busy and they require voice commands to interact with your app).
16+
17+
18+
* **Replicable Configurations**: Apply the same prompt to recreate complex grid configurations across sessions. Reduce time spent on tedious layout adjustments.

apps/demos/menuMeta.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,20 @@
594594
}
595595
]
596596
},
597+
{
598+
"Name": "AI Assistant",
599+
"Equivalents": "",
600+
"Demos": [
601+
{
602+
"Title": "AI Assistant",
603+
"Name": "AIAssistant",
604+
"Widget": "DataGrid",
605+
"Badge": "Roadmap",
606+
"DemoType": "Web",
607+
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-roadmap-2026-ai-assistant.xml"
608+
}
609+
]
610+
},
597611
{
598612
"Name": "Master-Detail",
599613
"Equivalents": "preview row",

0 commit comments

Comments
 (0)