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.
Discussion posts and replies are publicly visible
Hi ,
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.
Thanks for the suggestion.