Tuesday, July 7, 2009

flexdatapaging now available

Here's the link to download the component. Click here to download
Click here to view API doc

To use this component with List , DataGrid, DataGroup include the compoent as the child of flexdatapaging like this

<flexdatapaging navigationposition="top" numperpage="20" dataprovider="{dp}">
<list />
</flexdatapaging>

Then set the properties. You do not have to set the width of the component you are trying to page. You only need to set the dataProvider of FlexDataPaging.
You can set the following properties of FlexDataPaging

dataProvider (required)

numPerPage (default is 10)

navigatonPosition (default is bottom) This determines which position the navigation bottom should be bottom | top | side

No comments:

Post a Comment