Hi,
We have a performance problem in some lists. The datawindow is filled up with insertrows and after 20-30 rows, the insertrow is very slow. When we use a datastore and do a sharedata at the end, it's solved. It's not solved with a '.visible=false' and/or '.setredraw=false' before the insertrows.
I think there is a repaint triggered after every insertrow, but I don't know why (because the datawindow is not visible).
Can someone give me a hint?