i'm currently facing issues with a spark datagrid that is linked to an arrayCollection in witch data are added in "real time" I mean the content is always changing.
But the whole application freezes, is there a way to redraw only some parts of the datagrid ?
EDIT : I tried to run my application with no binding between my arrayCollection and the datagrid. I receive the data using a socket connection, and the interface still freezes, how can i give a chance to the interface to refresh during the data reception ?
Thanks a lot.