DK
unread,Jun 19, 2010, 12:50:02 PM6/19/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SlickGrid
Hi,
This is what I am doing to display the pagination and I am sure I am
missing some part but can't figure out yet.
Here is my html code.
<div class="slickgrid" id="grid">
<div id="pager" style="width:100%;height:20px;"></div>
And here how the slickgrid is being built and it displays the data
properly but I do not see pagination at the bottom of the grid.
grid = new Slick.Grid(container, dataView.rows, columns, options);
var pager = new Slick.Controls.Pager(dataView, grid, $("#pager"));
My grid dataView is dynamically built on the fly from database query.
I have included slick.pager.js and slick.pager.css file on my page.
I would appreciate if anyone could help me with this.
Regards,
DK