Colorpicker eXcell

How to make column with not editable color picker cells? I need just to show the colors but not allow edit them.

You may block the edit operations of any your cell using the setDisabled() method:
docs.dhtmlx.com/3.6/doku.php?id= … etdisabled

also you may use the onEditCell event to to block any edit operation:
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html