Skip to content
Open
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
We plan to introduce [OpenStreetMap](https://www.openstreetmap.org/) (OSM) support in the DevExtreme Map component. The new provider will allow you to connect the Map to OSM-compatible tile, geocoding, and routing services, including commercial providers and self-hosted infrastructure.
18 changes: 18 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 Down Expand Up @@ -868,6 +869,14 @@
"/Controllers/ApiControllers/DataGridAdvancedMasterDetailViewController.cs"
],
"DemoType": "Web"
},
{
"Title": "AI-powered Detail View",
"Name": "AI-PoweredDetailView",
"Widget": "DataGrid",
"DemoType": "Web",
"Badge": "Roadmap",
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-wg-roadmap-ai-powered-detail-view.xml"
}
Comment on lines +873 to 880

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the spec, this new demo should be before the Advanced Master-Detail View demo

]
},
Expand Down Expand Up @@ -6466,6 +6475,7 @@
"Name": "Map",
"Breadcrumb": true,
"Equivalents": "dxMap, dx-map",
"Badge": "Updated",
"Demos": [
{
"Title": "Providers and Types",
Expand All @@ -6474,6 +6484,14 @@
"ShowOnMainPage": true,
"MainPageTitle": "Map"
},
{
"Title": "OpenStreetMap Provider",
"Name": "OpenStreetMapProvider",
"Widget": "Map",
"DemoType": "Web",
"Badge": "Roadmap",
"RoadmapSurveyUrl": "https://www.devexpress.com/support/surveys/devextreme-wg-roadmap-openstreetmap-provider.xml"
},
{
"Title": "Markers",
"Name": "Markers",
Expand Down
Loading