Expandable grid interaction

I am designing a grid and need to accomplish two actions when clicking on a row:

1) navigate to a detail page for that row information

2) open an accordion "drawer" with more information.

I am a little stuck on the best way to do that. What I've come up with is either have the primary action of clicking the row lead to the detail page and then have a button to expand the row in case the user wants to, but I am wondering if that's the best way... see attached for an image of the grid so far...the grid so far