Skip to main content
Known Participant
April 7, 2021
Question

read only selection grid remove rows that are selected

  • April 7, 2021
  • 5 replies
  • 0 views

Hi,

I have a read only selection grid that contains records. I would like to select certain records and remove them from the grid, is this possible? How would I do it in the interface?

Thanks

    5 replies

    danny.verb
    Brainy
    April 7, 2021

    To remove the data from the read-only grid you need to remove it from the data the grid is using. Is your grid populated by a query, record type, or datasubset?

    neill0004Author
    Known Participant
    April 7, 2021

    It is by record type, would the record type drop those records?

    mikes0011
    Brainy
    April 7, 2021

    That really rather depends on your use case - what are you trying to have happen when you say "remove them from the grid"?  Usually this would imply that those rows in the database are removed/deactivated, but if it's something else for your case then clarification would be helpful.

    The Expression Guru