I've got a Grid which holds quite a few columns of information.The first column of each row is a button with a unique ID that, when clicked, expands the DetailTables with relevant information to the row. The button executes the following command: CommandName="expandCollapse" .
How can I make it so that whenever I click a row it would expand the DetailTables? Any help would be much appreciated.