Unbinding the hover and dblclick events when the row is double clicked works nicely.
Now I've got another question. The customer wants to use double click for row selection instead of a single click. One side-affect of using double click is that doing so will select and highlight the text in the row closest to the click. That is standard browser behavior. For purely cosmetic reasons I'd like to suppress this. Is there anyway to style an element so that its text is not selectable? Alternately, is there a way to detect and unselect selected text with Javascript? On Jun 10, 4:08 pm, Brad Perkins <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion. I'll give that a try. > > While I was away I was thinking about this and realized another > solution might be to unbind the hover and dblclick events from the row > when it is double-clicked.