Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions doc/en/components/grids/data-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -1879,29 +1879,23 @@ Using code snippets from previous section will result in the following example o

Keyboard navigation of the `Grid` provides a rich variety of keyboard interactions for the user. It enhances accessibility and allows intuitive navigation through any type of elements inside (cell, row, column header, toolbar, footer, etc.).

<!-- Angular -->


Check out these resources for more information:

- [Grid Keyboard Navigation](grid/keyboard-navigation.md)
- [TreeGrid Keyboard Navigation](tree-grid/keyboard-navigation.md)
- [Hierarchical Grid Keyboard Navigation](hierarchical-grid/keyboard-navigation.md)
- [Blog post](https://www.infragistics.com/community/blogs/b/engineering/posts/grid-keyboard-navigation-accessibility) - Improving Usability, Accessibility and ARIA Compliance with Grid keyboard navigation

<!-- end: Angular -->

<!-- Angular -->

## State Persistence

Achieving a state persistence framework is easier than ever by using the new built-in [GridState](state-persistence.md) directive.
Achieving a state persistence framework is easier than ever by using the new built-in [GridState](grid/state-persistence.md) directive.

<!-- end: Angular -->

<!-- The sizing topic is still not available thus the Sizing section is commented out. -->
<!-- ## Sizing
## Sizing

See the [Grid Sizing](sizing.md) topic. -->
See the [Grid Sizing](grid/sizing.md) topic.


<!-- Angular -->
Expand Down