Categories | Question details Back To List | ||
how do i get the ids of rows in the current page 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. Answer posted by dhxSupport on Jul 09, 2009 08:57 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 http://www.dhtmlx.com/docs/products/kb/index.shtml?cat=kb&q=3065 |