Currently if you initialize the pager as a jQuery object, jqGrid will take the Id attribute of that object and attempt to find the pager by searching the DOM with $(“#thatPagerId”), this means you can't build a grid with a pager before inserting it into the DOM, keeping the reference to the pager div as exactly the jQuery object you handed in seems to make a little more sense here. Anyone else agree?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top