Checkbox causes row to appear as updated

Hi,

I’m using checkboxes in my grid to select rows for other operations. I’m also using the dataprocessor functionality. When a user checks or unchecks a checkbox, the databprocessor thinks the row has been updated, so it marks it as bold and submits it when the grid is saved. Is it possible to disable this functionality for the checkboxes?

You can use setDataColumns() DataProcessor method to define which column may trigger update. Please find example here dhtmlx.com/docs/products/dht … ields.html