Hi DHTMLX,
This is just a bug report: if I use serializeToCSV(true) on a grid that has checkboxes in it, then all of the checkboxes come out as blank, whether they are checked or not. That is a problem. serializeToCSV(false) includes them as 0 or 1, which would be fine for serializeToCSV(true) to do also. My workaround was to use serializeToCSV(false) and then strip out HTML myself.
Thanks.