DataGrid SelectRow is not highlighting the row

Hi. I need to initially select and highlight the first row in a datagrid. I have tried both by using SelectRow or by setting a Value in the DataGrid and with both the row is selected, I know the row is selected because of the RowSelect event being triggered successfully. My problem is that visually the actual row does not highlight, as it does when the user manually selects that or other rows in the datagrid. My datagrid is set for single selection mode.

Hi @bringmyoffice,

Setting the Value property of the DataGrid should visually highlight the corresponding item. Can you show us with a few screenshots your attempted configuration?