1
Answer

How to use Jquery Data table in MVC with Checkbox

Hello,
               I am having view in mvc project which shows list with checkbox in each row with pagination But using select all checkbox selects only current current page records and not selects other pages records. Also when we select  some records from many pages it clears selected records. So how can i implement this solution? Please tell me.

Answers (1)