Skip to content

Commit cf09fe9

Browse files
authored
DocGen 25_2 result (DevExpress#8155)
1 parent 5752d4c commit cf09fe9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api-reference/10 UI Components/GridBase/1 Configuration/autoNavigateToFocusedRow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Automatically scrolls the component to the focused row when the [focusedRowKey](
1212
[note]
1313

1414
- You must specify the component [height](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/height.md '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/#height') to ensure **autoNavigateToFocusedRow** works correctly.
15-
- When **autoNavigateToFocusedRow** is `true`, {WidgetName} sorts records by key on data load if remote [filtering]({basewidgetpath}/Configuration/remoteOperations/#filtering), [sorting]({basewidgetpath}/Configuration/remoteOperations/#sorting), and [paging]({basewidgetpath}/Configuration/remoteOperations/#paging) are enabled.
15+
- When **autoNavigateToFocusedRow** is `true`, {WidgetName} sorts records by key on data load if remote [filtering](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/filtering.md '{basewidgetpath}/Configuration/remoteOperations/#filtering'), [sorting](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/sorting.md '{basewidgetpath}/Configuration/remoteOperations/#sorting'), and [paging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/paging.md '{basewidgetpath}/Configuration/remoteOperations/#paging') are enabled.
1616
- When **autoNavigateToFocusedRow** is disabled, default browser scrolling behavior remains in effect. If you focus a row that is loaded in the {WidgetName} container, the browser scrolls to the focused row.
1717

1818
[/note]

api-reference/10 UI Components/GridBase/1 Configuration/focusedRowEnabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The component relies on the key ([focusedRowKey](/api-reference/10%20UI%20Compon
1212

1313
[note] The focused row can change if it is hidden by filtering or searching operations. To maintain focus on the same row through those operations, set [selection](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/selection '{basewidgetpath}/Configuration/selection/').[mode](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/selection/mode.md '{basewidgetpath}/Configuration/selection/#mode') to "single" instead of enabling **focusedRowEnabled**.
1414

15-
If **focusedRowEnabled** is `true`, the component navigates to the page of the focused row and scrolls to it automatically when you modify **focusedRowKey** or **focusedRowIndex**. {WidgetName} also sorts records by key on data load when remote [filtering]({basewidgetpath}/Configuration/remoteOperations/#filtering), [sorting]({basewidgetpath}/Configuration/remoteOperations/#sorting), and [paging]({basewidgetpath}/Configuration/remoteOperations/#paging) are enabled. Assign `false` to [autoNavigateToFocusedRow](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/autoNavigateToFocusedRow.md '{basewidgetpath}/Configuration/#autoNavigateToFocusedRow') to disable these behaviors.
15+
If **focusedRowEnabled** is `true`, the component navigates to the page of the focused row and scrolls to it automatically when you modify **focusedRowKey** or **focusedRowIndex**. {WidgetName} also sorts records by key on data load when remote [filtering](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/filtering.md '{basewidgetpath}/Configuration/remoteOperations/#filtering'), [sorting](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/sorting.md '{basewidgetpath}/Configuration/remoteOperations/#sorting'), and [paging](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations/paging.md '{basewidgetpath}/Configuration/remoteOperations/#paging') are enabled. Assign `false` to [autoNavigateToFocusedRow](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/autoNavigateToFocusedRow.md '{basewidgetpath}/Configuration/#autoNavigateToFocusedRow') to disable these behaviors.
1616

1717
{WidgetName} generates requests with comparison operators (such as `<` and `>`) to calculate the page number of the focused row. This logic does not work for certain key types (such as GUID) and data providers (such as ODataStore). Disable [remoteOperations](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/remoteOperations '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/remoteOperations/') to ensure the component navigates to the focused row correctly.
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Certain XSS risks cannot be mitigated solely through component properties. Application logic and rendering methods are equally critical. Passing user input to custom renderers, templates, or external scripts can still expose your application to XSS, regardless of property settings. To address these risks, use escape characters, sanitize user input, or enforce a strict [Content Security Policy](/Documentation/Guide/Common/Security_Considerations/#Content_Security_Policy).
1+
Certain XSS risks cannot be mitigated solely through component properties. Application logic and rendering methods are equally critical. Passing user input to custom renderers, templates, or external scripts can still expose your application to XSS, regardless of property settings. To address these risks, use escape characters, sanitize user input, or enforce a strict [Content Security Policy](/concepts/Common/Security%20Considerations/40%20Content%20Security%20Policy/00%20Content%20Security%20Policy.md '/Documentation/Guide/Common/Security_Considerations/#Content_Security_Policy').

concepts/Common/Security Considerations/20 HTML Encoding/50 General Risk/05 HTML Editor Image Upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ To block stored or reflected XSS:
77
- Validate each URL.
88
- Route image retrieval through a server-side proxy and check returned data.
99
- Clean document HTML during save.
10-
- Render with a restrictive [Content Security Policy (CSP)](/Documentation/Guide/Common/Security_Considerations/#Content_Security_Policy).
10+
- Render with a restrictive [Content Security Policy (CSP)](/concepts/Common/Security%20Considerations/40%20Content%20Security%20Policy/00%20Content%20Security%20Policy.md '/Documentation/Guide/Common/Security_Considerations/#Content_Security_Policy').
1111

1212
[important] SVG format allows scripts. Apply SVG-aware sanitization or rasterize images on the server before use.

0 commit comments

Comments
 (0)