Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8254123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:05:42+00:00 2026-06-08T01:05:42+00:00

I got a grid, with checkboxes plugin and Pagination. I can get selected rows

  • 0

I got a grid, with checkboxes plugin and Pagination.

I can get selected rows only for the current page I’m at, but not of all the rows. How one can do that?

I search the code, tried finding the global array slickgrid is taking the selected rows when it enters a new page (dataView.syncGridSelection(grid, true)), but didn’t manage doing so till now…

Thanks for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T01:05:43+00:00Added an answer on June 8, 2026 at 1:05 am

    You can subscribe to the onPagingInfoChanged event – which gets triggered when you navigate to a new page – then store the selected rows from that page into a global array for your reference.

    dataView.onPagingInfoChanged.subscribe(function(e,pagingInfo) {
      console.log(grid.getSelectedRows());
      // add selected rows to a global array
    }
    

    Note: further to what you mentioned, the grid.getSelectedRows() returns the row number relative to the visible rows. So rows on page 2 will start with 0. I would advise to instead get the id of the row and store that in the global array instead (you know, the one each row in the dataview should have and which is unique).

    Hope this gives you a start. Let me know if this helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i got this error while trying to rebind a grid: ( Parent page (
I’ve got an online photo gallery. The thumbnail page is a grid of 150px
I have got @grid.GetHtml( tableStyle: grid, headerStyle: head, alternatingRowStyle: alt, rowStyle: row, selectedRowStyle: selected-row,
I've got a Grid in my XAML page. The grid is simply a holder
I've got a DataGrid control that's within a Grid layout container, and I can't
I got Grid and Chart who shares same store. Also I got some checkboxes
I've got a grid that only displays one piece of information such as a
iv'e got a grid with 2 rows and 12 columns . i need to
I've got a grid that show tens of thousands of rows in total, obviously
Lets say we've got a Grid with with 30 columns and 30 rows. Rules

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.