hi.
grid.forEachRow(function(id){
if(true)
return;//can’t break the forEachRow loop;
});
return can’t break the forEachRow loop;
So how to break the forEachRow loop?
Thanks
hi.
grid.forEachRow(function(id){
if(true)
return;//can’t break the forEachRow loop;
});
return can’t break the forEachRow loop;
So how to break the forEachRow loop?
Thanks
Unfortunately it is not available.
Please, try to use the classic iteration using “for” statement:
docs.dhtmlx.com/doku.php?id=dhtm … ating_rows