Posts

Showing posts with the label grid text selectable

How to make Grid text selectable in DHTMLX ?

Just adding this to Grid configuration worked! grid.entBox.onselectstart = function(){ return true; }; Reference : http://forum.dhtmlx.com/viewtopic.php?f=2&t=18963