Get value of checkbox when clicking next button

Hi All ,

I use  class RowSelector to display checkbox in read mode . After clicking some checkbox , i go to next page. Then i go to the prev page , checkboxs which i select are  disappeared. How can i  always get the value of these checkboxs ,please?

Thanks in advance .

You need to get the checkbox

You need to get the checkbox value from the POST values, check the value and mark the checkbox selected or not. You can derive your own rowselector class to implement the logic.

- support