Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions apps/demos/Demos/DataGrid/AIDetailView/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
We plan to integrate AI-driven data exploration into the [DataGrid](https://js.devexpress.com/Documentation/Guide/UI_Components/DataGrid/Overview/)'s master-detail scenario. This new functionality allows users to analyze individual records data using natural language.

In v25.2, we released the [AI column capability](https://www.devexpress.com/subscriptions/new-2025-2.xml#js-grids-ai-columns) for DataGrid. This feature introduced the ability to extend component data using an AI prompt. However, certain usage scenarios do not require generated data for every row. Instead, users may need on-demand data generation for specific rows. Our new AI detail scenario will offer this capability, which can significantly reduce AI token consumption and enhance data generation performance.
<!--split-->
Our new AI master-detail feature will also display generated content in a format better suited to longer, more in-depth insights. The capability will include a prompt-driven data analysis UI within DataGrid master-detail interfaces, spanning the full width of the component.

Within the detail row, users will be able to ask questions about the active record and receive AI-generated insights. The AI assistant will be able to summarize record data, clarify complex values, highlight notable patterns, and obtain contextual information specific to the active record.
9 changes: 9 additions & 0 deletions apps/demos/menuMeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@
{
"Name": "Master-Detail",
"Equivalents": "preview row",
"Badge": "Updated",
"Demos": [
{
"Title": "Master-Detail View",
Expand All @@ -859,6 +860,14 @@
],
"DemoType": "Web"
},
{
"Title": "AI-Powered Detail View",
"Name": "AIDetailView",
"Widget": "DataGrid",
"Badge": "Roadmap",
"DemoType": "Web",
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-wg-roadmap-ai-powered-detail-view.xml"
},
{
"Title": "Advanced Master-Detail View",
"Name": "AdvancedMasterDetailView",
Expand Down
Loading