Paweł Chuchmała wrote: > > from jqGridDocumentation: pager defines that we want to use a pager bar to > navigate through the records. This must be a valid html element; > In my example it's a string. >
Can you post a snippet of your html? What the docs say is that on the html page you are displaying the grid on you must have a html element with an id pager2. Just put a <div id="pager2"></div> somewhere on the page. Regard, Goran Juric http://gogs.info/ -- View this message in context: http://www.nabble.com/jQuery%2C-jqGrid-and-ZF---pager-doesn%27t-work-tp20502719p20503640.html Sent from the Zend Framework mailing list archive at Nabble.com.
