DHTMLX Docs & Samples Explorer

enableLightMouseNavigation(mode)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid.js

enable/disable light mouse navigation mode (row selection with mouse over, editing with single click), mutual exclusive with enableEditEvents

  • mode - true/false
   //enable light mouse navigation
   mygrid.enableLightMouseNavigation(true);
   //disable light mouse navigation 
   mygrid.enableLightMouseNavigation(false);

See also: enableKeyboardSupport