This is a migrated thread and some comments may be shown as answers.

[Solved] Clicking Delete command (and cancelling) fires rowselected event

0 Answers 130 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sam Critchley
Top achievements
Rank 1
Sam Critchley asked on 05 Jul 2010, 07:15 AM
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.
Tags
Grid
Asked by
Sam Critchley
Top achievements
Rank 1
Share this question
or