Demo DataGrid/TabPanel- Update years in Tasks data#33463
Open
markallenramirez wants to merge 2 commits intoDevExpress:26_1from
Open
Demo DataGrid/TabPanel- Update years in Tasks data#33463markallenramirez wants to merge 2 commits intoDevExpress:26_1from
markallenramirez wants to merge 2 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the sample tasks datasets used by the TabPanel Drag & Drop and DataGrid Master-Detail demos to use more recent years, keeping demo content from looking outdated across all framework variants.
Changes:
- Updated task subjects and
StartDate/DueDatevalues from 2013/2014 to 2023/2024. - Applied the same dataset updates across jQuery, Vue, React (TS), React (JS), and Angular demo implementations for both demos.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/demos/Demos/TabPanel/DragAndDrop/jQuery/data.js | Refreshes TabPanel Drag & Drop demo task years (jQuery). |
| apps/demos/Demos/TabPanel/DragAndDrop/Vue/data.ts | Refreshes TabPanel Drag & Drop demo task years (Vue). |
| apps/demos/Demos/TabPanel/DragAndDrop/ReactJs/data.js | Refreshes TabPanel Drag & Drop demo task years (React JS). |
| apps/demos/Demos/TabPanel/DragAndDrop/React/data.ts | Refreshes TabPanel Drag & Drop demo task years (React TS). |
| apps/demos/Demos/TabPanel/DragAndDrop/Angular/app/app.service.ts | Refreshes TabPanel Drag & Drop demo task years (Angular). |
| apps/demos/Demos/DataGrid/MasterDetailView/jQuery/data.js | Refreshes DataGrid Master-Detail demo task years (jQuery). |
| apps/demos/Demos/DataGrid/MasterDetailView/Vue/data.ts | Refreshes DataGrid Master-Detail demo task years (Vue). |
| apps/demos/Demos/DataGrid/MasterDetailView/ReactJs/data.js | Refreshes DataGrid Master-Detail demo task years (React JS). |
| apps/demos/Demos/DataGrid/MasterDetailView/React/data.ts | Refreshes DataGrid Master-Detail demo task years (React TS). |
| apps/demos/Demos/DataGrid/MasterDetailView/Angular/app/app.service.ts | Refreshes DataGrid Master-Detail demo task years (Angular). |
Comments suppressed due to low confidence (1)
apps/demos/Demos/DataGrid/MasterDetailView/Angular/app/app.service.ts:228
taskscontains duplicateID: 20values (two different task objects share the same ID). Since the detail grid creates anArrayStorekeyed byID, duplicate IDs can cause one task to overwrite the other in the store.
Please change one of the IDs to a unique value to avoid key collisions.
Status: 'Completed',
Priority: 'High',
Completion: 100,
EmployeeID: 3,
},
dmlvr
approved these changes
Apr 30, 2026
pharret31
approved these changes
Apr 30, 2026
Tucchhaa
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Demos affected:
Data Grid - Master Detail View (details grid)
Tab Panel - Drag & Drop
2012->20222013->20232014->20243013->2023