Skip to content

Commit 5d53bc1

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 559ed0e commit 5d53bc1

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

docs-aspnet/html-helpers/data-management/grid/appearance/component-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Column Menu Component Types
2+
title: Column Menu Types
33
page_title: Telerik UI Grid Documentation | Grid Column Menu Component Types | Telerik UI
44
description: "Get started with the Telerik UI Grid and learn how to enable the modern component type of the column menu."
55
slug: htmlhelpers_grid_aspnetcore_componenttype
66
position: 2
77
---
88

9-
# Component Types
9+
# Column Menu Types
1010

1111
As of R1 2021 version of the Telerik UI for {{ site.framework }} suite, the Grid widget introduces a new component type for its column menu. It aims to enhance the existing rendering and deliver a fresh and modern look and feel.
1212

docs/controls/data-management/grid/appearance/component-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Column Menu Component Types
2+
title: Column Menu Types
33
page_title: jQuery Grid Documentation | Grid Column Menu Component Types
44
description: "Get started with the jQuery Grid by Kendo UI and learn how to enable the modern component type of the column menu."
55
slug: componenttypes_grid
66
position: 2
77
---
88

9-
# Component Types
9+
# Column Menu Types
1010

1111
As of R1 2021 version of the Kendo UI suite, the Grid widget introduces a new component type for its column menu. It aims to enhance the existing rendering and deliver a fresh and modern look and feel.
1212

docs/controls/navigation/bottomnavigation/accessibility/keyboard-navigation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ position: 2
1010

1111
The keyboard navigation of the BottomNavigation is always available.
1212

13+
Kendo UI BottomNavigation supports the following keyboard shortcuts:
14+
15+
| SHORTCUT | DESCRIPTION |
16+
|:--- |:--- |
17+
| `Enter` | Selects the focused item|
18+
| `Space` | Selects the focused item|
19+
| `Tab` | Navigates to the next item|
20+
| `Shift`+`Tab` | Navigates to the previous item|
21+
1322
For a complete example, refer to the [demo on keyboard navigation of the BottomNavigation](https://demos.telerik.com/kendo-ui/bottomnavigation/keyboard-navigation).
1423

1524
## See Also

styles/web/common/adaptive/_layout.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@
432432
}
433433

434434
.k-mobiletimezoneeditor {
435-
width: 100;
436435
display: flex;
437436
align-items: center;
438437
justify-content: flex-end;

0 commit comments

Comments
 (0)