How does one make it work?
So far I have

grid.RowSel = grid.Row
grid.Col = 0
grid.ColSel = 2

in a 3-column, variable-row flexgrid...
The desired effect is that when user clicks on a row, it highlights the whole row....

how?