Quote Originally Posted by Mone
How do you show new updates when you're using NonVisualTables?
I have an ArrayCollection backing up my Datagrid as a data provider. On every NonVisualItemUpdateEvent, the even listener method will update the appropriate position in the data provider depending on what column has been changed. This is done by iterating through all the columns that the client has subscribed for and do updateEvent.isFieldChanged(<<field>>) check.
I also have a separate ArrayCollection to hold on to each of the nonVisualTables created.


Quote Originally Posted by Mone
Did you see that -on the same PC- using a VisualTable with the same number of item/fields/updates is much better?
I have not checked this. I ll check it and I ll let you know today.