From 4c0ae721d886897b5450841a85f507da412b6963 Mon Sep 17 00:00:00 2001 From: Maya Kirova Date: Mon, 30 Jun 2025 15:55:15 +0300 Subject: [PATCH] Update overview topic with previously disabled sections. --- doc/en/components/grids/data-grid.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/doc/en/components/grids/data-grid.md b/doc/en/components/grids/data-grid.md index 14c98aad4..28f40129e 100644 --- a/doc/en/components/grids/data-grid.md +++ b/doc/en/components/grids/data-grid.md @@ -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.). - + 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 - - - ## 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. - - - +See the [Grid Sizing](grid/sizing.md) topic.