Oops...sorry about the blank post....
I'm looking for an event that will fire on a single click of a cell (rather than the double click). I need to be able to determine which cell was clicked as well.
Do you have any suggestions? I can't seem to find an event that fires on single click that has a cellEventArgs passed in....
It depends on a number of factors. Do you only care about clicks? What if the user tabs into the cell? When the user clicks the cell, what happens - does it go into edit mode or does the cell get selected (CellClickAction controls this).