I am using onSelectRow to change 2 cell colors in a row when the row is selected; however, when selection is moved to another row, those 2 cell colors remain. I would like the entire row to return to the default colors.
Is there a way to determine when a row is unselected?
I see the onSelectStateChange event but am not able to get that to work. Do you have an example of the onSelectStateChange event? Or is there another way to know when a row is unselected?