0
votes

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?
thanks.

2

2 Answers

1
votes

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

1
votes

DataGrid in Flex hasn't any built-in paging functionality.