infotable
Why this code is not removing all the rows in infotable? If i have 100 rows, it is removing only 50 rows.
code:
for(var a=0;a<updaterows.rows.length;a++){
var newEntry1 = updaterows;
newEntry1.RemoveRow(a);
updaterows=newEntry1;
}
Anyone knows the code to remove/delete all the rows in infotable?
