Check documentation for the latest version of dhtmlxSuite moveRowDown DHTMLX Docs

moveRowDown

moves a row one position down, if possible

void moveRowDown(string|number row_id);
row_idstring|numberrow id

Example

<a href="javascript:void(0)" onclick="myGrid.moveRowDown(myGrid.getSelectedId())">
    Move selected row down
</a>

Back to top