Hi Dimitar,
thank you for the quick answer.
I have already tried the approach you proposed. The problem is, I can not set the “editable:false” for the column text, as in the provided example (” { text: ‘Units In Stock’, datafield: ‘UnitsInStock’, cellsalign: ‘right’, cellsrenderer: cellsrenderer, width: 100, editable: false }”).
The reason is that the grid is customized in such way that it is possible to have just one cell in the row/column that is a checkbox. All other cells in the same row/column are for example dropdowns (for example).
In order to accomplish this, I used initeditor, geteditorvalue and cellbeginedit as well as the jqxCheckBox element.
I guess you have a picture in mind about what happens in this scenario.
Is there a solution for this scenario?
Regards,
Ioana