In dhtmlxgrid, Is there a way to make the text in a cell selectable (for copy) but not editable?
Thanks.
In dhtmlxgrid, Is there a way to make the text in a cell selectable (for copy) but not editable?
Thanks.
The grid block all selection to prevent visual problems, but it may be re-enabled back by some modifications
I modified the .css and added the command in grid initilization, but see no difference in behavior. I assume this should make cells tagged as ‘ro’ type selectable, correct?
Grid content will be selectable if:
There’s actually one more way to resolve this.
It strictly speaking doesn’t make the text selectable though, only copyable but not editable.
Which is to attach an onEditCell event listener that always returns false in the case that stage is > 0.