Skip to main content
April 5, 2024
Question

Display members in grid

  • April 5, 2024
  • 7 replies
  • 1 view

I want to display the list of members in grid in row and wants to perform the user interaction like select the  multiple row to delete.

    7 replies

    venkatrea696188
    April 5, 2024
    perform the user interaction like select the  multiple row to delete.

    What do you mean by delete? you want to replicate this??

    April 5, 2024

    No I want to delete the members of group which is selected

    stefanhelzle0001
    Brainy
    April 5, 2024

    OK. Where are you stuck?

    April 5, 2024

    Well After listing members, now I should be able to delete and add the member in group

    mihaili349532
    April 5, 2024

    The data property of the column is missing, you entered it in the sorting property for this reason your grid is empty, while for multiple selection you could follow the tutorial here: https://docs.appian.com/suite/help/24.1/grid-with-selection-pattern.html

    April 5, 2024

    Thanks Its works now!!

    mikes0011
    Brainy
    April 5, 2024

    FYI there's not really any need to make multiple posts on the same topic - it's usually OK to stick to one, and keep replying to replies you get there (whether or not you're using the same account or not).