views:

2903

answers:

2

I have a flex application where Im displaying login data using an advanced datagrid. Is it possible to show the data in this advanced datagrid, by a page wise way? if so do you have any sample coding to do this. thanks

A: 

You can use the "filterFunction". Write a custom function to filter data according on which "page" you are browsing.

Another solution is to split the original array to get several array which will be assigned according to the current page.