I have an ItemRenderer with buttons in it.  In the click listener functions
for these buttons, I call event.stopImmediatePropagation (and
preventDefault, though that doesn't seem relevant), but the row is still
selected.  How can I prevent it from receiving the click and highlighting
itself?
Thanks.

Reply via email to