This question is locked. New answers and comments are not allowed.
I have some row details in a gridview and it is set to RowDetailsVisibilityMode="VisibleWhenSelected" and ExpandMode="Single". The toggle button is supposed to show a plus sign (+) when closed and a minus sign (-) when open. The problem is that when I user clicks on the row, the details open and the toggle button stays the same state - closed (+). How can I get it to sync with the opening of the row when the row is selected?