Is it possible to select all the rows(from all the pages) in a paging grid using SAIL?

Need a way to select all the rows in a paging grid and display the selection in the grid(a check against all the rows on all the pages). 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    You have feature to select all the rows in a particular page by just checking the check box besides the header row.
    And even if you navigate between pages after the selection , once you are back to the page where you have selected all the rows the selection is preserved.

    Further to that, if you need all the rows you can use the rule calling the query entity/query rule to do that.

    Hope it make sense to you .
Reply
  • 0
    Certified Lead Developer
    You have feature to select all the rows in a particular page by just checking the check box besides the header row.
    And even if you navigate between pages after the selection , once you are back to the page where you have selected all the rows the selection is preserved.

    Further to that, if you need all the rows you can use the rule calling the query entity/query rule to do that.

    Hope it make sense to you .
Children
No Data