I can't seem to figure out how to make a grid not select the active cell where a user clicks. I don't want to completely turn the gridd off to user-generated events because eventually I want to be able to double click on a record and bring up a seperate screen. But how do I make it so that when the user clicks on a cell, nothing happens? So far all that i've seen to try and stop that has been the ReadOnly property, but even when that is set to .T., the cell that is selected has a blinking cursor in it, but you can't type anything.