vote up 1 vote down star

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

flag

2 Answers

vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.