Posted 15 October 2024, 4:34 am EST
In wijmo grid, columns are generated based on the data. In column, input date (datepicker) value is mapped for each cell.
NVDA is reading the input date value correctly for all the columns except the last column.
In wijmo grid, each column is generated using the ngFor loop. If columns is generated using ngFor directive, NVDA is not reading the content value correctly.
Without ngFor directive, if we create the wijmo grid column, then the NVDA is reading the value correctly.