PDA

View Full Version : Duplicate rows in DataGrid in Flex3


olegkon
11-13-2008, 10:05 PM
Hi,

My project in Flex2/LCDS2 uses DataGrid very extensively with streaming data coming in.
After we recompiled it with Flex3 and run with LCDS2.5, we see a strange behavior:
originally it shows everything right, but all coming data creates 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 we cure that ?
(we do not do any special processing on that data, so I really doubt it's anything in our code)
(using Java 1.5 on the server).

Any help is very appreciated.

Thank you in advance,
Oleg.

fx.barrett
11-13-2008, 10:36 PM
I have never seen that happening in Flex 3... Can you post some code ? Because I don't think there are a lot of people around here who can guess the reason whitout seeing what you are actually doing there...