Hi,
I have checkboxes for each n every row.
Also a check all check box in the header, when i will check the check all check box in a page (as i implemented pagination) it should returns me the ids of all the rows which are all checked.
Kindly give me some solution.
tnkx,
Rasmit.
You can get ids of all checked row with method getCheckedRows(col_ind).
Please find here how to catch onclick event on the master_checkbox dhtmlx.com/docs/products/kb/ … =kb&q=3065