Hi,
If pageSize is set, the pagination control is on top-right of the grid. How can I change the location of it? I want to put it under the grid.
Thanks.
Hello, yzbythesea!
You can change the location of the pagination control this way. You set the pageSet attribute with the preffered value, and set the topPagerRendered and bottomPageRendered to false and true accordingly:
pageSize="10" bottomPagerRendered="true" topPagerRendered="false"
Regards!
--Bozhidar