Skip to content

Demo DataGrid/TabPanel- Update years in Tasks data#33463

Open
markallenramirez wants to merge 2 commits intoDevExpress:26_1from
markallenramirez:update_tasks_data/26_1
Open

Demo DataGrid/TabPanel- Update years in Tasks data#33463
markallenramirez wants to merge 2 commits intoDevExpress:26_1from
markallenramirez:update_tasks_data/26_1

Conversation

@markallenramirez
Copy link
Copy Markdown
Contributor

@markallenramirez markallenramirez commented Apr 30, 2026

Demos affected:
Data Grid - Master Detail View (details grid)
Tab Panel - Drag & Drop

2012 -> 2022
2013 -> 2023
2014 -> 2024
3013 -> 2023

@markallenramirez markallenramirez self-assigned this Apr 30, 2026
Copilot AI review requested due to automatic review settings April 30, 2026 05:08
@markallenramirez markallenramirez requested review from a team as code owners April 30, 2026 05:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 / DueDate values 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

  • tasks contains duplicate ID: 20 values (two different task objects share the same ID). Since the detail grid creates an ArrayStore keyed by ID, 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,
},

Comment thread apps/demos/Demos/DataGrid/MasterDetailView/jQuery/data.js
Comment thread apps/demos/Demos/DataGrid/MasterDetailView/Vue/data.ts
Comment thread apps/demos/Demos/DataGrid/MasterDetailView/ReactJs/data.js
Comment thread apps/demos/Demos/DataGrid/MasterDetailView/React/data.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants