Hi, I want to add Paging for <mx:Grid>(not the DataGrid). Requirement: I have an ArrayCollection which is having some n elements.I am adding the data in the ArrayCollection to Grid dynamically.I want to divide the total ArrayCollection and display them as pages.Ex:suppose ArrayCollection is having 10 elements I want to display 5 per each page(Grid will have only 5 items).When ever I click on that Page number the data in that page should be displayed(normal paging algorithm) I searched in Google but I got the code to add paging for DataGrid not the Grid :(
Any help is greatly appreciated... Thanks, Madhavi -- 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.

