OK, here's what I have: I have a grid that displays the information from a database. Users cannot modify the database in any form from this grid, it is to view information only. I want to make it so that when the user clicks on a cell within the grid that whole row is highlighted, not just the cell. I also want the user to be able to double click on any record and it take them to another form, but I'm 99% sure I already know how to do that. Thanks in advance.