DataGrid, dynamic page size

Hi,
Is there a possibility to define in the footer of DataGrid number of items per page, for example, 5, 10, 20 which we can select? Thanks

Hi,

Yes, you can set PageSize from variable.

I've created a dropdown to allow the user to set the pagesize, but even though the value is bound to the grid, the grid page size doesn't update.

I figured out the problem...I need to call grid.Reload() to get it to update.