I want the gridview SelectedRowStyle and EditRowStyles to be mutually exclusive so that the edit-row style is turned off when another row is selected and the selected-row style is turned off when another row is put in editing mode. I tried handling OnRowEditing and changing the CssClass for the currently selected row, but that didn't work.
Thanks!