Request :custom page length

Request :custom page length

swakatswakat Posts: 1Questions: 1Answers: 0

Hi Alan, I'd like to customize the 'page length' select box.

Instead of using <select> and <option> to select the number of records displayed on each page, I just want a editable select box ( drop down list , combo box ) where the user can select from the list of options and also type in the text box to select the number of records.

Any reply would be appreciated.

Answers

  • allanallan Posts: 61,853Questions: 1Answers: 10,134 Site admin

    You would need to create a custom control that would do that. You could use any auto complete library and then simply call the page.len() method once you have the page length information from the user.

    Allan

This discussion has been closed.