Skip to content

Commit

Permalink
DocGen 22_1 result (#5195)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrobot authored Jun 15, 2023
1 parent 5fec01c commit 185a88c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Automatically scrolls the component to the focused row when the [focusedRowKey](

[note] You must specify the component's [height](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/height.md '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/#height') to ensure that the **autoNavigateToFocusedRow** property works properly.

If you set the [remoteOperations](/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/remoteOperations/) property to **true**, the TreeList generates additional requests with comparison operators (for example, `<` and `>`). This logic does not work if ODataStore is bound to a table with GUID keys. You need to disable the **autoNavigateToFocusedRow** or **remoteOperations** properties to ensure it operates correctly.
If you set the [remoteOperations](/api-reference/10%20UI%20Components/dxTreeList/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/remoteOperations/') property to **true**, the TreeList generates additional requests with comparison operators (for example, `<` and `>`). This logic does not work if ODataStore is bound to a table with GUID keys. You need to disable the **autoNavigateToFocusedRow** or **remoteOperations** properties to ensure it operates correctly.

0 comments on commit 185a88c

Please sign in to comment.