This question is locked. New answers and comments are not allowed.
Essentially, what im trying to do is this:
var checked2 = $(row.cells[13].innerHTML).val;
which i know is the wrong way to do it for checkboxes, but i dont know where to begin on how to get the checkbox value from a row, so i can assign a form value to it on row select. I have the onRowSelect function which works with all other values as theyre strings/decimals/ints but the checkbox value eludes me. Any insight?
var checked2 = $(row.cells[13].innerHTML).val;
which i know is the wrong way to do it for checkboxes, but i dont know where to begin on how to get the checkbox value from a row, so i can assign a form value to it on row select. I have the onRowSelect function which works with all other values as theyre strings/decimals/ints but the checkbox value eludes me. Any insight?