Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Brian on Jul 09, 2007 15:32
open dhtmlx forum
I need all of the cells in my grid to be readonly, which I can do, but I need to have the user to be able to actually highlight the text with their mouse so they can copy values from the grid. Currently the grid is somehow preventing the user from selecting the text in the readonly cells. How can I accomplish this?

Answer posted on Jul 10, 2007 12:42
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;
Answer posted by Stanislav (Support) on Dec 11, 2014 01:43

To find more precise comments upon this issue, we can offer you read about grid edit and sceduler.