Skip to content

Commit 6a490e4

Browse files
svdimitrdimodi
andauthored
Docs GridLayout (#365)
* feat(gridlayout): docs * chore(gridlayout); update config file * chore(gridlayout): kb nav article * chore(gridlayout): update config file * chore(gridlayout): improvements to the overview article * chore(gridlayout): improvements to the items article * docs: fix a typo * chore(gridlayout): final touches * chore(gridlayout): small improvement to items article Co-authored-by: Dimo Dimov <[email protected]>
1 parent 877ef14 commit 6a490e4

File tree

8 files changed

+553
-0
lines changed

8 files changed

+553
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ navigation:
195195
title: "How To"
196196
"*grid":
197197
title: "Grid"
198+
"*gridlayout":
199+
title: "Grid Layout"
198200
"*listview":
199201
title: "ListView"
200202
"*treelist":
@@ -484,6 +486,7 @@ intro_columns:
484486
"Media Query": "mediaquery-overview"
485487
"Card": "card-overview"
486488
"Stack Layout": "stacklayout-overview"
489+
"Grid Layout": "gridlayout-overview"
487490
-
488491
title: "Scheduling"
489492
items:

accessibility/keyboard-navigation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The following list shows the Telerik components that support specific keyboard c
5454

5555
* [Grid](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation) (set `Navigable="true"`)
5656

57+
* GridLayout - not applicable, it is a layout container.
58+
5759
* MaskedTextbox - not applicable, it is a simple input with the standard behavior.
5860

5961
* [Menu](https://demos.telerik.com/blazor-ui/menu/keyboard-navigation)
40.7 KB
Loading
4.01 KB
Loading
3.96 KB
Loading
3.05 KB
Loading

0 commit comments

Comments
 (0)