Categories | Question details Back To List | ||
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. Answer posted by Support on Mar 18, 2008 06:09 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 |