DHTMLX Docs & Samples Explorer

showRow(rowID)

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

scrolls row to the visible area

  • rowID - row id
   mygrid.showRow("row1");

Please make sure that necesary row is loaded before calling this method.

See also: selectRow, selectCell