Skip to content

Commit 08397d4

Browse files
Merge pull request #284 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents ab1e1d5 + 539c801 commit 08397d4

File tree

13 files changed

+154
-154
lines changed

13 files changed

+154
-154
lines changed

ej2-javascript/grid/accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The Grid control followed the [keyboard interaction](https://www.w3.org/WAI/ARIA
211211

212212
The Syncfusion ##Platform_Name## Grid provides flexibility to prevent the default key action behavior based on your requirements. This enables you to intercept and customize the behavior when specific keys are pressed within a web application
213213

214-
To prevent the default key action behavior in the grid, you can utilize the [keyPressed](../../api/grid/#keypressed) event. This event is triggered for every key press, allowing you to customize the behavior based on the pressed key.
214+
To prevent the default key action behavior in the grid, you can utilize the [keyPressed](../api/grid/#keypressed) event. This event is triggered for every key press, allowing you to customize the behavior based on the pressed key.
215215

216216
The following example demonstrates how to prevent the default behavior of the **"ENTER"** key using the `keyPressed` event.
217217

@@ -246,7 +246,7 @@ The following example demonstrates how to prevent the default behavior of the **
246246

247247
The Syncfusion ##Platform_Name## Grid control enables you to enhance the usablity of keyboard shortcuts for various grid actions and navigation. In addition to the built-in keyboard navigation capabilities, you can implement custom keyboard shortcuts to execute specific actions.
248248

249-
To achieve this, you can utilize the [keyPressed](../../api/grid/#keypressed) event of the grid. This event is triggered for every key press, allowing you to customize the behavior based on the pressed key.
249+
To achieve this, you can utilize the [keyPressed](../api/grid/#keypressed) event of the grid. This event is triggered for every key press, allowing you to customize the behavior based on the pressed key.
250250

251251
The following example demonstrates how to perform grid actions using shortcut keys through the `keyPressed` event. Within the event, define the following custom shortcuts to perform various grid actions:
252252

ej2-javascript/grid/adaptive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Grid user interface (UI) was redesigned to provide an optimal viewing experi
1515

1616
## Render adaptive dialogs
1717

18-
The Syncfusion ##Platform_Name## Grid offers a valuable feature for rendering adaptive dialogs, specifically designed to enhance the user experience on smaller screens. This feature proves especially useful for optimizing the interface on devices with limited screen real estate. The functionality is achieved by enabling the [enableAdaptiveUI](../../api/grid/#enableadaptiveui) property, allowing the grid to render filter, sort, and edit dialogs in full-screen mode.
18+
The Syncfusion ##Platform_Name## Grid offers a valuable feature for rendering adaptive dialogs, specifically designed to enhance the user experience on smaller screens. This feature proves especially useful for optimizing the interface on devices with limited screen real estate. The functionality is achieved by enabling the [enableAdaptiveUI](../api/grid/#enableadaptiveui) property, allowing the grid to render filter, sort, and edit dialogs in full-screen mode.
1919

2020
The following sample demonstrates how to enable and utilize adaptive dialogs in the Syncfusion ##Platform_Name## Grid:
2121

@@ -48,7 +48,7 @@ The following sample demonstrates how to enable and utilize adaptive dialogs in
4848

4949
## Vertical row rendering
5050

51-
The Syncfusion ##Platform_Name## Grid introduces the feature of vertical row rendering, allowing you to display row elements in a vertical order. This is particularly useful for scenarios where a vertical presentation enhances data visibility. This is achieved by setting the [rowRenderingMode](../../api/grid#rowrenderingmode) property to the value **Vertical**.
51+
The Syncfusion ##Platform_Name## Grid introduces the feature of vertical row rendering, allowing you to display row elements in a vertical order. This is particularly useful for scenarios where a vertical presentation enhances data visibility. This is achieved by setting the [rowRenderingMode](../api/grid#rowrenderingmode) property to the value **Vertical**.
5252

5353
>The default row rendering mode is **Horizontal**.
5454
@@ -81,7 +81,7 @@ The following sample demonstrates how to dynamically change the row rendering mo
8181
{% previewsample "page.domainurl/code-snippet/grid/vertical-rendering-cs1" %}
8282
{% endif %}
8383

84-
> [enableAdaptiveUI](../../api/grid/#enableadaptiveui) property must be enabled for vertical row rendering.
84+
> [enableAdaptiveUI](../api/grid/#enableadaptiveui) property must be enabled for vertical row rendering.
8585
8686
### Supported features by vertical row rendering
8787

@@ -102,4 +102,4 @@ A snapshot of the adaptive grid displaying enabled paging along with a pager dro
102102

103103
![AdaptivePagerDropdown](./images/PagerDropdown_Adaptive.gif)
104104

105-
> The Column Menu feature, which includes grouping, sorting, autofit, filter, and column chooser, is exclusively supported for the Grid in **Horizontal** [rowRenderingMode](../../api/grid#rowrenderingmode).
105+
> The Column Menu feature, which includes grouping, sorting, autofit, filter, and column chooser, is exclusively supported for the Grid in **Horizontal** [rowRenderingMode](../api/grid#rowrenderingmode).

0 commit comments

Comments
 (0)