Personal tools
| Home | sandbox | dhtmlxGrid | samples | styles_skins | grid_mouse_nav
Document Actions

grid_mouse_nav

Sample: dhtmlxGrid Light mouse navigation dhtmlxGrid main page
X

You can enable/disable "light mouse navigation" mode
The keyboard navigation can be disabled/enabled as well

enable light mouse navigation
disabel light mouse navigation
enable hot keys
disable hot keys

 
   <script>
 
      mygrid = new dhtmlXGridObject('gridbox');
      ...
      mygrid.enableLightMouseNavigation(true);
      mygrid.enableKeyboardSupport(true);
</script>

Powered by Plone CMS, the Open Source Content Management System