Check documentation for the latest version of dhtmlxSuite showRow DHTMLX Docs

showRow

scrolls a grid to make the specified row visible

void showRow(number|string rowID);
rowIDnumber|stringthe id of a row

Example

mygrid.showRow("row1");

Back to top