Brady Kelly
2007-09-06 09:43:02 UTC
I'm trying to devise a custom paging control for use with our in house grid
(HTML table with lots of JavaScript). The paging should be alphabetic, so
what I've thought of doing is calculating a page set, with each page
displaying pagelen number of records between 'Aaron - Cook', e.g. where the
records from Aaron to Cook comprise one page. I favour this over just using
a single page button for each letter of the alphabet as the B page may have
more than pagelen records.
This approach will however potentially produce more page buttons than can be
display at once, and it's here I'm looking to enhance the user experience,
to avoid them having to scroll through the page buttons. Any ideas on how I
can present the page buttons to the user in more than just a scrolling list?
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
(HTML table with lots of JavaScript). The paging should be alphabetic, so
what I've thought of doing is calculating a page set, with each page
displaying pagelen number of records between 'Aaron - Cook', e.g. where the
records from Aaron to Cook comprise one page. I favour this over just using
a single page button for each letter of the alphabet as the B page may have
more than pagelen records.
This approach will however potentially produce more page buttons than can be
display at once, and it's here I'm looking to enhance the user experience,
to avoid them having to scroll through the page buttons. Any ideas on how I
can present the page buttons to the user in more than just a scrolling list?
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com