adds an empty row after the last filled row in the Grid
var grid = new dhx.Grid("grid_container", { columns: [// columns config], autoEmptyRow:true, data: dataset });