Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tree grid selection topic #1266

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/en/components/grids/_shared/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Property `CellSelection` enables you to specify the following options:
- `Single` - Selection of only one cell within the `{ComponentName}` would be available.
- `Multiple` - Currently, this is the default state of the selection in the `{ComponentName}`. Multi-cell selection is available by mouse dragging over the cells, after a left button mouse clicked continuously.

<!-- ComponentStart: Grid -->
<!-- ComponentStart: Grid, TreeGrid, HierarchicalGrid -->
> Go to [Cell selection topic](cell-selection.md) for more information.
<!-- ComponentEnd: Grid -->
<!-- ComponentEnd: Grid, TreeGrid, HierarchicalGrid -->

### {Platform} {ComponentTitle} Column Selection

Expand All @@ -77,9 +77,9 @@ This leads to the following three variations:
- Multi column selection - holding <kbd>ctrl</kbd> + <kbd>mouse click</kbd> over the column cells.
- Range column selection - holding <kbd>shift</kbd> + <kbd>mouse click</kbd> selects everything in between.

<!-- ComponentStart: Grid -->
<!-- ComponentStart: Grid, TreeGrid, HierarchicalGrid -->
> Go to [Column selection topic](column-selection.md) for more information.
<!-- ComponentEnd: Grid -->
<!-- ComponentEnd: Grid, TreeGrid, HierarchicalGrid -->

<!-- ComponentStart: Grid -->

Expand Down
4 changes: 2 additions & 2 deletions docfx/en/components/toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,10 +795,10 @@
"status": "NEW"
},
{
"exclude": ["Angular", "React", "WebComponents", "Blazor"],
"exclude": ["Angular"],
"name": "Selection",
"href": "grids/tree-grid/selection.md",
"status": ""
"status": "NEW"
},
{
"exclude": ["Angular", "React"],
Expand Down
Loading