Hi,My project in Flex2/LCDS2 uses DataGrid very extensively
withstreaming data coming in.After we recompiled it with Flex3 and run
with LCDS2.5, wesee a strange behavior:originally it shows everything
right, but all coming datacreates duplicate rows.As soon as we do sort
on any column, duplicates disappear.But then again new data creates
duplicate rows...We have never seen that happening with Flex2,in fact
it's running fine in production for a few months.Has anybody seen such
behavior ?How can w...