Skip to content

Commit 35bb02d

Browse files
984045: Updated the UG content and samples for Accessibility in DataGrid
1 parent bf5ad31 commit 35bb02d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

blazor/datagrid/accessibility.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ The Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid implements
6161
| `aria-rowindex` | Specifies the row index relative to the total number of rows. |
6262
| `aria-rowspan` | Indicates the number of rows spanned by a cell. |
6363
| `aria-colspan` | Indicates the number of columns spanned by a cell. |
64-
| `aria-rowcount` | Specifies the total number of rows in the grid. |
65-
| `aria-colcount` | Specifies the total number of columns in the grid. |
6664
| `aria-selected` | Indicates the selection state of rows or cells. |
6765
| `aria-expanded` | Shows whether expand/collapse icons are expanded in hierarchical or grouped grids. |
6866
| `aria-sort` | Indicates sorting order (ascending or descending) for columns. |
69-
| `aria-busy` | Signals that the grid is being updated, deferring assistive technology announcements. |
7067
| `aria-owns` | Defines relationships between elements for visual or functional context. |
7168
| `aria-hidden` | Hides elements from assistive technologies. |
7269
| `aria-labelledby` | Provides accessible names for elements like checkboxes in filters or dialogs. |

0 commit comments

Comments
 (0)