limiting number of rows in a DataGrid
Hello!
I have a DataGrid type that displays a list of users on a web page. Sometimes this list is quite long, and I would like to limit it; like to only show 20 rows at a time. There should be like a "next" button to see the following items. How can I do this?
thnx!

