Unable to save all selected row objects from multiple pages while using SAIL

Hi,

In SAIL - Grid with paging implemented, I am not able to save all selected row objects from the multiple pages.

When we traverse through the pages and select grid rows from multiple pages, dataset gets refreshed for each page so selected row details are lost.
I can get all selected identifiers but not sure how to get complete row details from the selected identifiers as we don't have complete dataset.

Any help would be appreciated.

Thanks,
Jayashri

Thanks,
Jayashri

OriginalPostID-227728

OriginalPostID-227728

  Discussion posts and replies are publicly visible

Parents
  • You might want to double check your grid selection and what variable(s) you're using to save your selections. It shouldn't be refreshing each time you change a page. Could you elaborate on what you mean by not having a complete dataset?

    It's hard to say without looking at the code, but you should be able to take the selected identifiers and check against whatever dataset you're using for the grid row details to get the selected row details.
Reply
  • You might want to double check your grid selection and what variable(s) you're using to save your selections. It shouldn't be refreshing each time you change a page. Could you elaborate on what you mean by not having a complete dataset?

    It's hard to say without looking at the code, but you should be able to take the selected identifiers and check against whatever dataset you're using for the grid row details to get the selected row details.
Children
No Data