This feels like it should be a fairly simple issue but we've been at it all day and cant' figure it out.
We're using the default Flex Datagrid with no ItemRenderer. Our grid is linked to an model which is an ArrayCollection. There are a number of buttons on our screen which changes the model. (i.e 'Today' shows today's data, 'clicking' all shows all the data, etc.)
If I click on all and our grid fills up , then we must scroll down to see that information and it works fine. But then when I click on another button and the data in the dataprovider changes, the datagrid shown isn't rendering properly - if I scrolled down three lines, after the datagrid changes, the 3 first 3 linesdon't display until i play around with the scroller.
Any help would be useufl.
Thanks, Patrick