Change Row Selection Firing Even When Not Changing Row Selection

I have a query that I want to trigger when a a row selection changes in a table. It sounds like the event handler for Change Row Selection would be perfect for that except that it is running the query when I select a row even if that row is already selected.

It seems that I can use the Select Row event handler which only trigger when a row is selected that is not already the selected row.

1 Like