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.
On Jun 10, 1:49 pm, "R. Rajesh Jeba Anbiah" <[EMAIL PROTECTED]> wrote: > On Jun 11, 12:06 am, Brad Perkins <[EMAIL PROTECTED]> wrote: > <snip> > > > Ultimately, I'd also like to prevent the double clicked row from > > running code if previously double clicked. > > I suppose, you could do something like: > > if (this.done) return; > and this.done=true; accordingly in the function. (Not tested)