Discussed in #1265
Originally posted by curtic00 February 24, 2026
Hi.
Is it possible to determine which row has had it's selection changed in a grid with multiple selection enabled?
My use case is that my grid displays a list of users. those users who are members of a group are shown as selected.
When I select a user, I want to run code that adds the user to the group. When I un-select a user, it removes the user from the group.
At the moment, it seems to me that one can only retrieve the full list of selected users.
Thanks in advance, charlie