I have a grid with two columns (DataField ButtonAnchor1, LinkCommand ButtonClick1) and (DataField ButtonAnchor2, LinkCommand ButtonClick2). These links work, but the user wants the links hidden unless the row is selected.
The examples I find for hiding/showing are related to button bar buttons - not links/buttons in gridlines. While I see a Row_Selected event, I don’t see a Row_Unselected event to allow me to hide an in-row button when a row is no longer selected.
Any ideas?