Categories | Question details Back To List | ||||||||
dhtmlx grid checkbox issue Hi, I used the following code as per your suggestion for unchecking all the checkboxes on page load. function doAfterXMLLoaded(){ grid.forEachRow(function(id){ grid.cells(id,INDEX).setValue("0"); }) } But the control is not going inside the grid.forEachRow() function. My grid contains master check box. It is unchecked on page load but the checkboxes below are checked based on the xml doc. When am checking/unchecking the master checkbox, below checkboxes are not affecting.I am generating the xml from database based on query. But there is no special column in database for the checkboxes. For this case what will I do? Thanks Answer posted by dhtmlx support on Sep 26, 2008 06:11 We have attached the latest version of the _filter.js. Please, try to use it instead of the original one. If problem persists, please, provide a sample where issue can be reconstructed (to support@dhtmlx.com ) Attachments (1)
|