fnGetNodes only returning values from visible records
fnGetNodes only returning values from visible records
pricejt
Posts: 12Questions: 5Answers: 1
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
[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.