Unchecking Check boxes in fixed column accross multiple pages on a button click

Unchecking Check boxes in fixed column accross multiple pages on a button click

atharunatharun Posts: 2Questions: 0Answers: 0
edited March 2014 in Plug-ins
I am using datatable to format my data from an asp.net grid . The data (in the form of table compatible with datatable plugin) is fully rendered from server side at the time of page load.

Datatable is just used to paginate and FixedColumn plugin is used to fix the first two columns.
the first fixed column has check boxes which are used for selecting that row.
I have a lot of check boxes rendered into the datatable grid (From the ASP.NET grid).

i have a button below the table. on click of that button i want to deselect all the selected rows accross all pages in the table.

since the check box is a fixed column i am not able to achieve this,
please help.
This discussion has been closed.