You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/10 UI Components/dxTreeView/1 Configuration/selectByClick.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ default: false
8
8
Specifies whether an item is selected if a user clicks it.
9
9
10
10
---
11
+
Enable this property to select items with the Enter key when [selectionMode](/Documentation/ApiReference/UI_Components/dxTreeView/Configuration/#selectionMode) is set to *'none'*.
Copy file name to clipboardExpand all lines: concepts/05 UI Components/TreeView/03 Accessibility/15 Keyboard Navigation.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,22 @@ A user can use the following keys to interact with the TreeView component:
39
39
</tr>
40
40
<tr>
41
41
<td>Shift + ↑ / Shift + ↓</td>
42
-
<td>Extends selection up/down by one node.</td>
42
+
<td>Extends selection up/down by one node.<sup>1</sup></td>
43
43
</tr>
44
44
<tr>
45
45
<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>
47
47
</tr>
48
48
<tr>
49
49
<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>
51
51
</tr>
52
52
</table>
53
53
54
+
<divclass="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>
0 commit comments