i will take it in terms of a simple scenario where in your datagrid has a dataprovider which is an array/arraycollection - you can read the data and append the extra rows coming in to your array/arraycollection variable, as the variable would be bindable - it will automatically show up the extra rows in your datagrid.
saurabh On Fri, Dec 5, 2008 at 12:42 PM, Saran <[EMAIL PROTECTED]> wrote: > Dear friends, Need your thoughts on one scenario: > Currently I'm socket-streaming data using Flex binary sockets and populate > the data into several datagrids, > the question is how to update a single row of datagrid without refreshing > the complete datagrid (more like AJAX way). > This update should be performed every millisecond and the row should be > updated appropriately. > > > Thanks in advance, > Saran > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

