Rows per page in pagination module

Hi!!



I want to add a combo “rows per page” to pagination module used in my grid.

How can I do?



Thanks.

You can just place a select with necessary options and attach next code to onchange event

grid.rowsBufferOutSize = value; //set new page size
grid.changePage(1); //redraw grid