Row Click event triggered in Data Grid 2, when inline reference set selector is clicked

1
I have a Data Grid 2 and in a column some buttons for actions. One of the buttons is a “Input reference set selector”. On a click of it’s button to open the select page, the row click event of Data Grid 2 is also triggered. So the click event is handled twice. How can I prevent this?  Or better please fix this!
asked
1 answers
0

Hi Christopher,

Is it possible to move the row click event to a button instead?

I personally think its also better UX-wise if you consider that even if you do fix your issue, misclicking the reference set selector will still result in firing the row click event…
 

If you really want to do it your way you might be able to handle this using CSS either by positioning or maybe z-index.

answered