Skip to main content
kavyan471063
Known Participant
September 9, 2021
Question

Multiple selection across a grid Page

  • September 9, 2021
  • 2 replies
  • 1 view

Hi All,

I created a grid using a rule input from CDT. I used selection to add the selected column to another interface. I have 29 rows and the page shows only 10 rows. I want to select al 29 rows on selecting all rows. But it only selects the first 10 rows in that page. I want this to apply to all the pages in the grid.

This is my UI, I want to include all those 29 items by clicking select all , but it selects only items in the current page.

Thanks in advance for your solutions.

    2 replies

    selvakumark
    Participating Frequently
    September 9, 2021

    Hi [mention:817bec9e1524451bac42dbc8c66c6a3b:e9ed411860ed4f2ba0265705b8793d05],

    As you experienced, the selection checkbox in the grid applies only to the contents on that page. If you want to select all items, then you might have to provide a separate checkbox over the grid field.

    kavyan471063
    Known Participant
    September 9, 2021

    Thanks for the suggestion.