Describe the bug
The selected column in the datagrid is announced by AT as "row selected" instead of what user is selecting. It may be advisable to add the name of the item user is selecting to the select span name.
To Reproduce in Landmark
Steps to reproduce the behavior:
How to Fix for EP
Expected behavior
AT should announce the selected option and not just that a row is selected.
Additional context
Can i get a screen shot of this screen in Landmark?
Also how can i reproduce it on http://master-enterprise.demo.design.infor.com/components/datagrid/example-mixed-selection.html (actually for these issues thats the primary thing for US)
Below is an example of the datagrid in a modal dialog in Landmark:

To recreate in the component library, follow the same steps from Landmark:
So meaning..
Those steps are correct. The suggestion here is that we add a short metadata descriptor to append to the aria-label to give it more context when selecting. For example, rather than just saying "Select", we could say "Select 52106 Monitor"
I'm skeptical that this is a good idea to implement. What if the columns are different or reordered? Happy to be convinced otherwise, but it seems like a one-off example and for Accessibility one can arrow through the row to discover the different pieces of information.
I was thinking that maybe..
Tested this on Chrome Vox and it's working correctly. This issue is now resolved.
Most helpful comment
Those steps are correct. The suggestion here is that we add a short metadata descriptor to append to the aria-label to give it more context when selecting. For example, rather than just saying "Select", we could say "Select 52106 Monitor"