Skip to content

Commit e8395ce

Browse files
TreeList: Update expandedRowKeys & autoExpandAll (DevExpress#7826) (DevExpress#7829)
1 parent 8ef35bc commit e8395ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/10 UI Components/dxTreeList/1 Configuration/autoExpandAll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ default: false
55
---
66
---
77
##### shortDescription
8-
Specifies whether all rows are expanded initially.
8+
Specifies whether all rows are expanded.
99

1010
---
1111

12-
If you enable the **autoExpandAll** property, the TreeList ignores the [remoteOperations](/api-reference/10%20UI%20Components/dxTreeList/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/remoteOperations/') property and loads all data to the client first. Sorting and filtering are executed in JavaScript code.
12+
When **autoExpandAll** is enabled, the component ignores [remoteOperations](/api-reference/10%20UI%20Components/dxTreeList/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/remoteOperations/') and loads all data to the client. TreeList executes sorting and filtering on the client side.
1313

1414
#include common-demobutton with {
1515
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Paging/"

api-reference/10 UI Components/dxTreeList/1 Configuration/expandedRowKeys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ firedEvents: optionChanged
66
---
77
---
88
##### shortDescription
9-
Specifies keys of the initially expanded rows.
9+
Specifies expanded rows with keys.
1010

1111
---
12-
Setting this property expands only the specified rows, but not their parents. If a to-be-expanded row lies deep in the hierarchy, make sure to include keys of all rows that nest it.
12+
This property expands only specified rows, not their parent rows. To expand a row that has parent rows, specify all parent row keys in addition to the child row key.
1313

1414
#include btn-open-demo with {
1515
href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/TreeList/Overview/"

0 commit comments

Comments
 (0)