Add grid map promo demos - #34764
Conversation
Co-authored-by: Anna Shakhova <68295572+anna-shakhova@users.noreply.github.com> Signed-off-by: Andrei Sergeev <andrey.sergeyev@devexpress.com>
Co-authored-by: Anna Shakhova <68295572+anna-shakhova@users.noreply.github.com> Signed-off-by: Andrei Sergeev <andrey.sergeyev@devexpress.com>
There was a problem hiding this comment.
Pull request overview
Adds promotional (“Roadmap”) demo entries for upcoming Map and DataGrid features so they can be surfaced in the demos menu and collect feedback while in development.
Changes:
- Adds new “Roadmap” demos (OpenStreetMap Provider for Map, AI-powered Detail View for DataGrid) and marks relevant groups as “Updated” in
menuMeta.json. - Adds promo description content for the two new demos.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| apps/demos/menuMeta.json | Adds badges and registers two new roadmap demo entries with survey links. |
| apps/demos/Demos/Map/OpenStreetMapProvider/description.md | Adds promotional description for planned OpenStreetMap provider support. |
| apps/demos/Demos/DataGrid/AI-PoweredDetailView/description.md | Adds promotional description for planned AI master-detail experience in DataGrid. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.
Suppressed comments (3)
apps/demos/Demos/DataGrid/AI-PoweredDetailView/description.md:6
- Line has trailing whitespace at the end, which commonly fails text/markdown linting and creates noisy diffs.
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.
apps/demos/Demos/DataGrid/AI-PoweredDetailView/description.md:3
- This markdown file has trailing whitespace at the end of lines, which commonly fails text/markdown linting and creates noisy diffs.
This issue also appears on line 6 of the same file.
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 record 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.
apps/demos/Demos/Map/OpenStreetMapProvider/description.md:1
- Other Map demo descriptions include a
<!--split-->marker to separate preview text from the full description (e.g., Demos/Map/Markers/description.md:4, Demos/Map/Routes/description.md:4, Demos/Map/ProvidersAndTypes/description.md:6). This new description is missing it, which may affect how the demos site splits/preview-renders the text.
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.
| }, | ||
| { | ||
| "Title": "AI-powered Detail View", | ||
| "Name": "AIPoweredDetailView", |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated no new comments.
Suppressed comments (3)
apps/demos/Demos/DataGrid/AIPoweredDetailView/description.md:3
- Line has trailing whitespace at the end of the sentence. This can trigger text/markdown linters and creates noisy diffs when edited later.
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.
apps/demos/Demos/DataGrid/AIPoweredDetailView/description.md:6
- Line has trailing whitespace at the end of the sentence. This can trigger text/markdown linters and creates noisy diffs when edited later.
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.
apps/demos/Demos/DataGrid/AIPoweredDetailView/description.md:1
- Line has trailing whitespace at the end of the sentence. This can trigger text/markdown linters and creates noisy diffs when edited later.
This issue also appears in the following locations of the same file:
- line 3
- line 6
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 record data using natural language.
promote new Map and DataGrid features while they’re in development and gather customer feedback