Data Grid based on view Selected Row Highlight effect

When I created Grid Based on Table the hover and selection of a row is good, However with a view these effects do not exist. See Images:


Is there a way to get the Grid to behave the same!

The highlight effect appears if you handle the RowSelect event. Can you confirm it is set on the second DataGrid?

I didn't have it setup yet. After I added the event it works. Thank you