Posted 19 April 2025, 7:37 am EST - Updated 19 April 2025, 7:42 am EST
Hi
Row Highlight need to add attribute aria-selected to the first row. I can able to add aria-selected = true when I click on the row.
But I required to add that attribute to the first row at the time of grid refresh without clicking on the row.
In the attachment aria-selected = true is added to 3rd row. But I need to remove that and add that attribute to 1st row. How can I make that possible.