Counting "updated" rows ?

Hello

I initialize an empty grid with 20 rows. The user makes his input and has the possibility to save whenever he wants. Problem is that when he saves i get a problem with “getRowsNum()”. Is there a way to count the rows which are already updated ?

Thank you and best regards
Oliver

You may try to iterate through all your rows using forEachRow function and count the needed manually:
docs.dhtmlx.com/doku.php?id=dhtm … foreachrow