Posts

Showing posts with the label DHTMLX Grid

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

DHTMLX Grid - Load data from server with Pagination

These codes will help for Dynamic loading of data with Pagination in DHTML Grid