Enable copy of cell value without enable cell edit

Hi DHX Team,

How could we copy the cell without making cell editable?
Note: We are using firefox.

Thanks
Ali
Licensed Customer

Please, try to edit dhtmlxgrid.css.
you need to remove all lines containing “-moz-user-select”.

For IE you also need to add:

yourGrid.entBox.onselectstart=function(e){(e||event), cancelBubble=true; return true};

to the init of your grid.