Skip to content

Scheduler: describe selectionEnd APIs#8695

Merged
vladaskorohodova merged 5 commits into
26_1from
scheduler-on-selection-end26_1
May 6, 2026
Merged

Scheduler: describe selectionEnd APIs#8695
vladaskorohodova merged 5 commits into
26_1from
scheduler-on-selection-end26_1

Conversation

@vladaskorohodova
Copy link
Copy Markdown
Collaborator

No description provided.

@vladaskorohodova vladaskorohodova self-assigned this Apr 28, 2026
Copilot AI review requested due to automatic review settings April 28, 2026 09:55
Copy link
Copy Markdown

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 dxScheduler API reference pages to document the selectionEnd event, its handler (onSelectionEnd), and the SelectionEndEvent argument type.

Changes:

  • Added short descriptions for selectionEnd and SelectionEndEvent.
  • Added a detailed description for onSelectionEnd, including behavioral notes and usage guidance.
  • Added cross-links between the event page and configuration handler page.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
api-reference/10 UI Components/dxScheduler/9 Types/SelectionEndEvent/SelectionEndEvent.md Adds a short description for the SelectionEndEvent type.
api-reference/10 UI Components/dxScheduler/4 Events/selectionEnd.md Documents when the selectionEnd event is raised and links to onSelectionEnd.
api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Documents the handler purpose, timing, selection data details, and behavioral notes.

Comment thread api-reference/10 UI Components/dxScheduler/4 Events/selectionEnd.md
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Co-authored-by: Vladimir Abadzhev <vladimira@devexpress.com>
Copilot AI review requested due to automatic review settings May 5, 2026 06:46
Copy link
Copy Markdown

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

- `startDate` - the cell's start date and time.
- `endDate` - the cell's end date and time.
- `allDay` - indicates whether the cell belongs to the all-day panel.
- `groups` - the resource groups the cell belongs to.

---
<!-- Description goes here --> No newline at end of file
This event fires after the user finishes a drag-and-drop selection operation. Handle the event to respond to a completed cell range selection (for example, to open the appointment popup pre-filled with the selected time range).
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Comment thread api-reference/10 UI Components/dxScheduler/1 Configuration/onSelectionEnd.md Outdated
Co-authored-by: dirkpieterse <dirk.pieterse@devexpress.com>
Copilot AI review requested due to automatic review settings May 5, 2026 08:23
Copy link
Copy Markdown

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

<!-- Description goes here --> No newline at end of file
This event fires after the user finishes a drag-and-drop selection operation. Handle the event to respond to a completed cell range selection (for example, to open the appointment popup pre-filled with the selected time range).

The handler receives a [selectedCellData](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#selectedCellData) array. Each item identifies a selected cell with the following properties: `startDate`, `endDate`, `allDay`, and `groups`. To create an appointment for the selected range, create an `appointmentData` object with the first cell’s `startDate` and the last cell’s `endDate`, then pass this object to [showAppointmentPopup](/Documentation/ApiReference/UI_Components/dxScheduler/Methods/#showAppointmentPopupappointmentData_createNewAppointment_currentAppointmentData).
- `startDate` - the cell's start date and time.
- `endDate` - the cell's end date and time.
- `allDay` - indicates whether the cell belongs to the all-day panel.
- `groups` - the resource groups the cell belongs to.
<!-- Description goes here --> No newline at end of file
This event fires after the user finishes a drag-and-drop selection operation. Handle the event to respond to a completed cell range selection (for example, to open the appointment popup pre-filled with the selected time range).

The handler receives a [selectedCellData](/Documentation/ApiReference/UI_Components/dxScheduler/Configuration/#selectedCellData) array. Each item identifies a selected cell with the following properties: `startDate`, `endDate`, `allDay`, and `groups`. To create an appointment for the selected range, create an `appointmentData` object with the first cell’s `startDate` and the last cell’s `endDate`, then pass this object to [showAppointmentPopup](/Documentation/ApiReference/UI_Components/dxScheduler/Methods/#showAppointmentPopupappointmentData_createNewAppointment_currentAppointmentData).
@vladaskorohodova vladaskorohodova merged commit 4953b65 into 26_1 May 6, 2026
14 checks passed
@vladaskorohodova vladaskorohodova deleted the scheduler-on-selection-end26_1 branch May 6, 2026 07:01
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