I have a grid being loaded from XML. I am then using moveRowUp() to re-order some of the rows. Now I’d like to run forEachRow() on the grid, but I need to increment through as they are currently displayed. The function is incrementing as they were originally pulled from the XML.