diff --git a/blazor/datagrid/accessibility.md b/blazor/datagrid/accessibility.md
index 019cc4e496..7621ef20ac 100644
--- a/blazor/datagrid/accessibility.md
+++ b/blazor/datagrid/accessibility.md
@@ -1,7 +1,7 @@
---
layout: post
title: Accessibility in Blazor DataGrid | Syncfusion
-description: Checkout and learn here all about accessibility features in Syncfusion Blazor DataGrid, including keyboard navigation, screen reader support, and more.
+description: Learn how to make the Syncfusion Blazor DataGrid accessible with WCAG 2.2 and Section 508 support, ARIA roles, keyboard navigation, and screen reader support.
platform: Blazor
control: DataGrid
documentation: ug
@@ -9,20 +9,28 @@ documentation: ug
# Accessibility in Blazor DataGrid
-The Syncfusion® Blazor DataGrid followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
-
-The accessibility compliance for the Grid is outlined below.
-
-| Accessibility Criteria | Compatibility |
-| -- | -- |
-| [WCAG 2.2 Support](../common/accessibility#accessibility-standards) | |
-| [Section 508 Support](../common/accessibility#accessibility-standards) | |
-| [Screen Reader Support](../common/accessibility#screen-reader-support) | |
-| [Right-To-Left Support](../common/accessibility#right-to-left-support) | |
-| [Color Contrast](../common/accessibility#color-contrast) | |
-| [Mobile Device Support](../common/accessibility#mobile-device-support) | |
-| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | |
-| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | |
+<<<<<<< HEAD
+The Syncfusion® Blazor DataGrid is built to support widely accepted accessibility standards. These standards help ensure that the component is usable by individuals with varying abilities, including those using assistive technologies.
+Supported guidelines include:
+=======
+The Syncfusion® Blazor DataGrid follows accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), and [WCAG 2.2](https://www.w3.org/TR/WCAG22/), and uses appropriate [ARIA roles](https://www.w3.org/TR/wai-aria/#roles) commonly referenced for accessibility evaluations.
+>>>>>>> 39e5f0bbcd45c94c50848d0fddc8e46bd8345a84
+
+- [Americans with Disabilities Act (ADA)]((https://www.ada.gov/))
+- [Section 508](https://www.section508.gov/)
+- [Web Content Accessibility Guidelines (WCAG) 2.2](https://www.w3.org/TR/WCAG22/)
+- [ARIA roles](https://www.w3.org/TR/wai-aria/#roles) for semantic structure and screen reader compatibility
+
+| Accessibility Criteria | Compatibility | Description |
+|-----------------------|---------------|-------------|
+| [WCAG 2.2 Support](../common/accessibility#accessibility-standards) | | Supports most WCAG 2.2 guidelines, such as color contrast (1.4.3) and keyboard accessibility (2.1.1), with some limitations in complex interactions. |
+| [Section 508 Support](../common/accessibility#accessibility-standards) | | Complies with most Section 508 requirements, with minor gaps in advanced interactive elements. |
+| [Screen Reader Support](../common/accessibility#screen-reader-support) | | Implements ARIA roles (e.g., `role="grid"`, `aria-label`) for compatibility with screen readers like JAWS and NVDA. |
+| [Right-To-Left Support](../common/accessibility#right-to-left-support) | | Supports right-to-left (RTL) layouts for languages like Arabic and Hebrew using the `EnableRtl` property. |
+| [Color Contrast](../common/accessibility#color-contrast) | | Meets WCAG 2.2 minimum contrast ratios for text and visual elements. |
+| [Mobile Device Support](../common/accessibility#mobile-device-support) | | Ensures touch-based navigation and compatibility with mobile screen readers. |
+| [Keyboard Navigation Support](../common/accessibility#keyboard-navigation-support) | | Supports standard keyboard interactions (e.g., Tab, Arrow keys), with limitations in some advanced features like filtering. |
+| [Axe-core Accessibility Validation](../common/accessibility#ensuring-accessibility) | | Passes most Axe-core checks, with minor issues in specific ARIA configurations. |
-
- All features of the component meet the requirement.
-
-
- Some features of the component do not meet the requirement.
-
-
- The component does not meet the requirement.
-
-## WAI-ARIA attributes
+**Support Level Indicators:**
-The Syncfusion® Blazor DataGrid followed the [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) patterns to meet the accessibility. The following ARIA attributes are used in the Grid:
+
- All features meet the accessibility requirement..
-| Attributes | Purpose |
-| --- | --- |
-| `role=grid` | To represent the element containing the Grid. |
-| `role=row` | To represent the element containing the cells of the row in the Grid. |
-| `role=rowgroup` | To represent the group of rows in the Grid. |
-| `role=columnheader` | To represent the cell in a row contains header information for a column in the Grid. |
-| `role=gridcell` | To represent a cell in the Grid. |
-| `role=button` | To represent the element that acts as a button in the Grid. |
-| `role=search` | To represent the element that acts as a search region in the Grid. |
-| `role=presentation` | To represent the element to be not available for accessibility concerns. |
-| `role=navigation` | To represent the element containing pager elements to navigate from one page to another. |
-| `aria-colindex` | Defines the column index of the column with respect to the total number of columns within the Grid. |
-| `aria-rowindex` | Defines row index of the row with respect to the total number of rows within the Grid. |
-| `aria-rowspan` | Defines the number of rows spanned by a cell within the Grid. |
-| `aria-colspan` | Defines the number of columns spanned by a cell within the Grid. |
-| `aria-rowcount` | Defines the total number of rows in the Grid. |
-| `aria-colcount` | Defines the total number of columns in the Grid. |
-| `aria-selected` | Indicates the current "selected" state of the rows and cells in the Grid. |
-| `aria-expanded` | Indicate if the expand icon in the hierarchy Grid or grouped Grid or detail Grid is expanded or collapsed |
-| `aria-sort` | Indicates whether the data in the Grid are sorted in ascending or descending order. |
-| `aria-busy` | Indicates an element is being modified and that assistive technologies may want to wait until the changes are complete before informing the user about the update. |
-| `aria-owns` | Identifies an element in order to define a visual, functional, or contextual relationship between a parent and its child elements. |
-| `aria-hidden` | Hides the element from accessibility concerns. |
-| `aria-labelledby` | Provides an accessible name for the checkbox labels in excel filter, checkbox filter and column chooser dialog. |
-| `aria-describedby` | Provides an description about the features enabled in the header when the Grid header cell is focused. |
+
- Some features meet the requirement; others may need improvement.
-The Grid is structured with a two-table architecture for its header and content. To enhance accessibility for screen readers, roles and ARIA attributes are incorporated for both the Grid parent and all its child elements. Although this architectural approach may have some limitations with accessibility checker tools. It's important to note that these limitations do not affect the readability of the Grid content over screen readers.
+
- The feature does not meet the requirement.
-The accessibility checker tools highlights the following known issues:
-
-* aria-required-children: This warning appears when rendering the Grid without any features, as it contains textarea and Grid content. Additionally, it appears when enabling features such as the toolbar and grouping.
-
-* color-contrast: This warning appears when you are enabling the search item in the Grid's toolbar.
-
-* An explicit ARIA 'role' is not valid for `
` element within an ARIA role 'Grid' per the ARIA in HTML specification.
-
-* An explicit ARIA 'role' is not valid for `
` element within an ARIA role 'Grid' per the ARIA in HTML specification.
+## WAI-ARIA attributes
-* An explicit ARIA 'role' is not valid for `
` element within an ARIA role 'Grid' per the ARIA in HTML specification.
+<<<<<<< HEAD
+The Syncfusion® Blazor DataGrid implements the [WAI-ARIA grid pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/) to support accessibility requirements. This ensures compatibility with assistive technologies such as screen readers, including `JAWS` and `NVDA`. WAI-ARIA (Web Accessibility Initiative – Accessible Rich Internet Applications) attributes define roles, states, and properties that make the DataGrid accessible to individuals with disabilities.
+
+| Attribute | Purpose |
+|-----------|---------|
+| `role=grid` | Identifies the element as a grid container. |
+| `role=row` | Defines a row containing cells within the grid. |
+| `role=rowgroup` | Groups multiple rows, such as in grouped or hierarchical grids. |
+| `role=columnheader` | Specifies a header cell providing column information. |
+| `role=gridcell` | Indicates a data cell within the grid. |
+| `role=button` | Represents interactive elements that function as buttons. |
+| `role=search` | Identifies search regions, such as in the toolbar. |
+| `role=presentation` | Hides elements from assistive technologies when not relevant. |
+| `role=navigation` | Defines pager elements for page navigation. |
+| `aria-colindex` | Specifies the column index relative to the total number of columns. |
+| `aria-rowindex` | Specifies the row index relative to the total number of rows. |
+| `aria-rowspan` | Indicates the number of rows spanned by a cell. |
+| `aria-colspan` | Indicates the number of columns spanned by a cell. |
+| `aria-rowcount` | Specifies the total number of rows in the grid. |
+| `aria-colcount` | Specifies the total number of columns in the grid. |
+| `aria-selected` | Indicates the selection state of rows or cells. |
+| `aria-expanded` | Shows whether expand/collapse icons are expanded in hierarchical or grouped grids. |
+| `aria-sort` | Indicates sorting order (ascending or descending) for columns. |
+| `aria-busy` | Signals that the grid is being updated, deferring assistive technology announcements. |
+| `aria-owns` | Defines relationships between elements for visual or functional context. |
+| `aria-hidden` | Hides elements from assistive technologies. |
+| `aria-labelledby` | Provides accessible names for elements like checkboxes in filters or dialogs. |
+| `aria-describedby` | Describes features enabled in a header cell when it receives focus. |
+
+The Grid uses a two-table structure for header and content. ARIA roles and attributes are applied to parent and child elements to enhance screen reader support. This structure may trigger warnings in automated accessibility tools, but it does not affect how screen readers interpret the content.
+
+Accessibility checker tools may report the following known issues:
+
+* **aria-required-children:** Appears when rendering the Grid without certain features or when toolbar and grouping are enabled. Ensure required child roles are present and suppress false positives if the structure is intentional.
+* **color-contrast:** Can occur when the search item is enabled in the toolbar. Adjust theme variables or apply custom CSS to meet WCAG 2.2 AA contrast requirements.
+* **Invalid explicit ARIA roles on
,
,
:** These warnings result from applying roles like row, columnheader, and gridcell to support assistive technologies. Confirm that navigation remains functional and document exceptions for audits.
+* **Role inheritance conflicts (role="button" with rowgroup descendants):** May appear when toolbar cells contain buttons. Maintain DOM hierarchy and verify focus order manually.
+* **Content not within a landmark element:** Add page-level landmarks (, ,