I am trying to make an entire row of a table (set in Hot mode) to become selected if any of its cells are clicked. What I'm seeing is that the SetTableSelection just doesn't do what it's supposed to do. And I don't want to click the row label to select the whole row.
In addition, I want to make the selected row highlighten in color "blue" rather than in color "black" if the background color of the row is originally "white".
The questions are as follows,
1) How to make an entre row of a table (set in Hot mode) to become selected if any of its cells are clicked ?
2) Hhow to change the color of the highlightening row of the table ?