You'd need to modify the model being returned from the server-side search method to include the groups, and then just modify the listview html template to add the extra column. You may have to also alter the listview controller, depending on how you return the group information.
Member groups
is there a way to get the membergroups for a member?
How do you mean?
I want to show the editors what role a member have
At the moment the Member Groups aren't being exposed, so no.
It probably wouldn't be too hard to do, but how will it look if there are multiple member group assigned to a member?
If you would like to tackle it, the source code is available on github: https://github.com/robertjf/umbMemberListView
You'd need to modify the model being returned from the server-side search method to include the groups, and then just modify the listview html template to add the extra column. You may have to also alter the listview controller, depending on how you return the group information.
is working on a reply...