how to get the value of combobox "show XX entries"

how to get the value of combobox "show XX entries"

petitsingepetitsinge Posts: 11Questions: 1Answers: 0

Lets say i load my page with 50 records / pages and i change that number to 10 instead, how can i capture that new number?

usually with a combobox, i would choose the item : selected to find out the number of item to show but with you jquery plug-ins even tho the value display on the combobox has change when i look at the code behind, the option selected stays the same.

how can i get that new number?

Answers

  • petitsingepetitsinge Posts: 11Questions: 1Answers: 0

    took the version 1.9.4 of jquery.dataTables.js which has comprehensive html code for the function "_fnFeatureHtmlLength" was then able to set an id on my combobox which allowed me to easily read the selected index.

This discussion has been closed.