Posts

Showing posts from March, 2015

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