Has anyone seen an example of jqGrid that uses the JQuery slider widget for paging navigation? Or implemented that combo themselves?
The slider would replace the text input field that allows the user to input the page he/she wants to see. ComponentArt's .NET grid component offers the slider (see http://www.componentart.com/webui/demos/demos_control-specific/grid/features/ajax_grid/webform1.aspx), but I'm in a J2EE environment and my client doesn't want to deal with licensing third-party server-based UI components. It seems jqGrid can do everything else I need to do...if only I can incorporate the slider for paging. Any pointers to sample URLs, or actual code snippets for modifying the jqGrid JS, would be welcome.