Originally posted by maggie woo:
however, you need the rows to be selectable in order to fire some event to do something related to the data in the row being selected.
but, you are snagged because when you hit tab to enter the table, instead of highlighting the whole row, it highlights the row and puts the focus on the first cell.
and when you arrow down, the next row highlights, but the focus is still on the first cell.
but (let's fantasize for a moment) the row is correctly being "selected" and "highlighted" but the fact that one of the cells "has focus" is causing that cell to "seem selected", and that what you really want to solve is how to make it seem to the user that the row is the only thing selected, and not the cell.