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: ej2-javascript/grid/accessibility.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ The Grid control followed the [keyboard interaction](https://www.w3.org/WAI/ARIA
211
211
212
212
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
213
213
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.
215
215
216
216
The following example demonstrates how to prevent the default behavior of the **"ENTER"** key using the `keyPressed` event.
217
217
@@ -246,7 +246,7 @@ The following example demonstrates how to prevent the default behavior of the **
246
246
247
247
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.
248
248
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.
250
250
251
251
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:
Copy file name to clipboardExpand all lines: ej2-javascript/grid/adaptive.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The Grid user interface (UI) was redesigned to provide an optimal viewing experi
15
15
16
16
## Render adaptive dialogs
17
17
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.
19
19
20
20
The following sample demonstrates how to enable and utilize adaptive dialogs in the Syncfusion ##Platform_Name## Grid:
21
21
@@ -48,7 +48,7 @@ The following sample demonstrates how to enable and utilize adaptive dialogs in
48
48
49
49
## Vertical row rendering
50
50
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**.
52
52
53
53
>The default row rendering mode is **Horizontal**.
54
54
@@ -81,7 +81,7 @@ The following sample demonstrates how to dynamically change the row rendering mo
> 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