Request :custom page length
Request :custom page length
swakat
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.
This discussion has been closed.
Answers
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