I need all of the cells in my grid to be readonly, which I c

This currently not controlled by API, next changes required

in dhtmlxGrid.js locate and comment next line
    this.entBox.onselectstart = function(){return false};
in dhtmlxGrid.css locate and remove all lines with next style
     -moz-user-select:none;