fnGetNodes only returning values from visible records

fnGetNodes only returning values from visible records

pricejtpricejt Posts: 12Questions: 5Answers: 1
edited October 2012 in DataTables 1.9
This is my first attempt at using Jquery DataTables i am having an issue with fnGetNodes though. Currently my function is only returning me the records on the first page and not hidden pages. Is there something that i am doing wrong?

[code]
$('#MainContent_GridView1_chkSelectAll').click(function () {
$('input', oTable.fnGetNodes()).attr('checked', this.checked);
});
});
[/code]

My grid code.

[code]








[/code]

Any help would be appreciated.

Thanks,

Justin
This discussion has been closed.