Skip to content

Commit 222ba61

Browse files
TreeView: describe KBN limitations (DevExpress#6869) (DevExpress#6878)
1 parent b29b598 commit 222ba61

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

api-reference/10 UI Components/dxTreeView/1 Configuration/selectByClick.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ default: false
88
Specifies whether an item is selected if a user clicks it.
99

1010
---
11+
Enable this property to select items with the Enter key when [selectionMode](/Documentation/ApiReference/UI_Components/dxTreeView/Configuration/#selectionMode) is set to *'none'*.
12+
1113
#include btn-open-demo with {
1214
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeView/ItemSelectionAndCustomization/"
1315
}

concepts/05 UI Components/TreeView/03 Accessibility/15 Keyboard Navigation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,22 @@ A user can use the following keys to interact with the TreeView component:
3939
</tr>
4040
<tr>
4141
<td>Shift + &uarr; / Shift + &darr;</td>
42-
<td>Extends selection up/down by one node.</td>
42+
<td>Extends selection up/down by one node.<sup>1</sup></td>
4343
</tr>
4444
<tr>
4545
<td>Shift + Home</td>
46-
<td>Extends selection up to the first node.</td>
46+
<td>Extends selection up to the first node.<sup>1</sup></td>
4747
</tr>
4848
<tr>
4949
<td>Shift + End</td>
50-
<td>Extends selection down to the last node.</td>
50+
<td>Extends selection down to the last node.<sup>1</sup></td>
5151
</tr>
5252
</table>
5353

54+
<div class="footnotes">
55+
<ol>
56+
<li>If <a href="/Documentation/ApiReference/UI_Components/dxTreeView/Configuration/#showCheckBoxesMode">showCheckBoxesMode</a> is set to <i>"none"</i>, this action has no effect.</li>
57+
</ol>
58+
</div>
59+
5460
#include common-code-register-key-handler

0 commit comments

Comments
 (0)