Required library edition:
Required library file: dhtmlxgrid.js
hide/show row (warning! - this command doesn't affect row indexes, only visual appearance)
//hide row with id "row1" mygrid.setRowHidden("row1",true); //show row with id "row1" mygrid.setRowHidden("row1",false);
See also: setColumnHidden