apache-flexpaginationdatagrid

Apache Flex datagrid paging


I want to implement paging in flex datagrid, I am using this code. In ASP.net we can implement paging by setting property of datagrid, is there any such property for flex datagrid?


Solution

  • You can not implement Paging in Flex by setting any property in Flex provided grid as Constantiner said,

    but by playing with Array/ArrayCollection as in your provider example,

    there is another good example

    or

    you can use any custom grid control such as FLEXICIOUS, an extension to the ADOBE FLEX DataGrid AND Advanced DataGrid controls

    Hpoes that helps