I have the problem that a Datagrid does not update consistently during the running of a loop. Sometimes it does and sometimes I just see a bussy Cursor icon and it only updates after the loop has finished.
It seems to be depending on the number of updates and the time between the adding or changing of a line in the datagrid. When there are many updates in a short time I only see the busy cursor and the Datagrid only updates at the end of the loop, and when there are fewer updates it updates the Datagrid with every added or changed line.

Any idea's how to solve this without significantly slowing down the loop?
Kind regards,
Paul