TreeView: Update Selection & Customization Demo Desc.#32664
Open
arman-boyakhchyan wants to merge 2 commits intoDevExpress:26_1from
Open
TreeView: Update Selection & Customization Demo Desc.#32664arman-boyakhchyan wants to merge 2 commits intoDevExpress:26_1from
arman-boyakhchyan wants to merge 2 commits intoDevExpress:26_1from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the TreeView “Item Selection & Customization” demo documentation to better describe selection options and align framework-specific template/customization APIs.
Changes:
- Rewrote the main demo description to cover selection configuration options and programmatic selection APIs more comprehensively.
- Added React and ReactJs-specific
description.mdfiles to referenceitemRender(instead of the coreitemTemplate) for node customization.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/description.md | Refreshes the generic demo description (selection options, methods, and itemTemplate-based customization). |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/React/description.md | New React-specific description aligning customization wording with itemRender. |
| apps/demos/Demos/TreeView/ItemSelectionAndCustomization/ReactJs/description.md | New React (JS) specific description aligning customization wording with itemRender. |
Comments suppressed due to low confidence (3)
apps/demos/Demos/TreeView/ItemSelectionAndCustomization/description.md:1
- The sentence "Users can click nodes or item checkboxes to select." is grammatically incomplete (missing the object). Consider rephrasing (e.g., end with "to select them" / "to select items").
DevExtreme [TreeView](/Documentation/Guide/UI_Components/TreeView/Overview/) ships with configurable selection functionality. Users can click nodes or item checkboxes to select. This demo allows you to modify selection behavior using controls below the TreeView. A DevExtreme [List](/Documentation/Guide/UI_Components/List/Overview/) on the right of the TreeView displays selected items in a flat (non-hierarchical) list.
apps/demos/Demos/TreeView/ItemSelectionAndCustomization/React/description.md:1
- The sentence "Users can click nodes or item checkboxes to select." is grammatically incomplete (missing the object). Consider rephrasing (e.g., end with "to select them" / "to select items").
DevExtreme [TreeView](/Documentation/Guide/UI_Components/TreeView/Overview/) ships with configurable selection functionality. Users can click nodes or item checkboxes to select. This demo allows you to modify selection behavior using controls below the TreeView. A DevExtreme [List](/Documentation/Guide/UI_Components/List/Overview/) on the right of the TreeView displays selected items in a flat (non-hierarchical) list.
apps/demos/Demos/TreeView/ItemSelectionAndCustomization/ReactJs/description.md:1
- The sentence "Users can click nodes or item checkboxes to select." is grammatically incomplete (missing the object). Consider rephrasing (e.g., end with "to select them" / "to select items").
DevExtreme [TreeView](/Documentation/Guide/UI_Components/TreeView/Overview/) ships with configurable selection functionality. Users can click nodes or item checkboxes to select. This demo allows you to modify selection behavior using controls below the TreeView. A DevExtreme [List](/Documentation/Guide/UI_Components/List/Overview/) on the right of the TreeView displays selected items in a flat (non-hierarchical) list.
pharret31
reviewed
Feb 20, 2026
|
|
||
| The TreeView also provides the following methods to manage selection programmatically: | ||
| - [selectNodesRecursive](/Documentation/ApiReference/UI_Components/dxTreeView/Configuration/#selectNodesRecursive) | ||
| Configures whether child nodes are selected with parent nodes. |
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.
No description provided.