I built something almost identical to this for a client, however, they own it and I can not redistribute.
It is actually much simpler in Flex 2 than previously. You can basically just build a complex filterFunction for the dataProvider that loops over the fields in the 'header' area and applies the filter if its length is >0. A couple of caveats: You need to do a little trickery to handle numeric versus string comparisons (assuming you care in this case) If you actually want the fields to be part of the datagrid, it is a little trickier as moving the listContent of the datagrid around is not as easy as one would hope in all situations. HTH, Mike --- In [email protected], "Satish Kumar.M" <[EMAIL PROTECTED]> wrote: > > Hi. > > Any ideas on building a Live DataGrid Component with Flex? > Something like this. http://openrico.org/demos/livegrid > > Is there any such component already available?? > > > thanks > MS > Boston >
