Thanx Vengu and Shaleen for the reply.. :) :) Shaleen I have a table that has so many entries and it is shown as a datagrid in a tabnavigator and in another tab of Tab navigator i have to show every row as a small rectangle So i need to create one rectangle for each row and also when the user filters out some rows using comboboxes then those rectangles reffering to those rectangles should be mde invisible. I hope i have explained the problem so that u ll understand it. Anyways i have changed the program now. But i want to know this issue so that it may be helpful for me in the future.
thanx On Jan 13, 12:14 am, Shaleen Jain <[email protected]> wrote: > Hello Sudhi, > > As Venkat already suggest, CollectionEvent.COLLECTION_CHANGE is that > event if you are using arraycollection or xmlListCollection as a > dataprovider to you datagrid. > > Also, I don't understand the need to create an object for each row. > Please specify the exact scenario as where you are filtering the data. > > Is it like you have data and on combobox value, your gird data change? > > Please explain the scenario > > Thanks, > Shaleen Jainhttp://shaleenjain.blogspot.com > > On Jan 12, 3:00 pm, vengu <[email protected]> wrote: > > > CollectionEvent.collectionChange can detect changes if your data > > structue is arrayCollection > > > Thanks, > > Venkathttp://techmytongue.blogspot.com > > > On Jan 12, 10:01 am, sudhi <[email protected]> wrote: > > > > I have a datagrid which shows some data. and there are comboboxes > > > which filters out the data from the datagrid. > > > Now my problem is, I have to create a object for each row in the > > > datgrid and when the user changes the data then those objects which > > > are filtered should be made invisible. Is there any event generated > > > when the data changes.. > > > Please help.. > > > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

