This question is locked. New answers and comments are not allowed.
Like the subject says. I have a client side row selected event handler. If i click the delete button on a row and cancel out of it the rowselected code immediately fires. To make things more interesting the event object that's passed in is identical regardless of whether i clicked somewhere in the td or on a button.
Both the "target" and "currentTarget" properties in this scenario both point back to the grid. Doesn't really leave me with any option other than to manually implement Delete in a way that... works.