Skip to content

Commit aa3a1f3

Browse files
DataGrid: add AI Assistant demo page (#32822)
1 parent 8de2227 commit aa3a1f3

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

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
@@ -595,6 +595,20 @@
595595
}
596596
]
597597
},
598+
{
599+
"Name": "AI Assistant",
600+
"Equivalents": "",
601+
"Demos": [
602+
{
603+
"Title": "AI Assistant",
604+
"Name": "AIAssistant",
605+
"Widget": "DataGrid",
606+
"Badge": "Roadmap",
607+
"DemoType": "Web",
608+
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-roadmap-2026-ai-assistant.xml"
609+
}
610+
]
611+
},
598612
{
599613
"Name": "Master-Detail",
600614
"Equivalents": "preview row",

0 commit comments

Comments
 (0)