Replies: 5 comments
|
Hi @curtic00, Can you share some snippet as per how you arrived at the UI in the screenshot? |
|
Hi: code here @using Simpson.Data.Models; Tagged EngineersTagged engineers will recieve notifications on Job Updates/Edits <Grid TItem="StaffMemberModel" @code { } |
|
I have tried the row click event, but that does not fire when you click the check box. Thanks Charlie |
|
With a bit of artful coding, managed to get a working solution.. Not the best code in the world, but one that works. |
|
BTW: if upgrading to 3.5.0, do you need to make any changes to the App.razor file, i.e. the CSS references or the script references. |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions