PDA

View Full Version : slider control for paging?


pex
11-13-2006, 05:11 AM
Hello,

I would like to know if it is possible to abstract the current paging functionality of the grid component. I ask this because I would like to be able to extend the paging class with the YUI slider control. So that instead of paging buttons, I could have a paging slider.

Cheers.

jack.slocum
11-13-2006, 08:23 AM
Take a look at PagedGridView.js. You could probably get away with overriding just one method (createPagingToolbar). If you get it working and are willing to share I'd love to see it.