<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: Pagination, Search does not work. Please help</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Pagination, Search does not work. Please help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14946</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14946</guid>
        	        	<description><![CDATA[<p>Good question! I could recommend Fiddler (<a href="http://www.fiddler2.com/fiddler2/" target="_blank">http://www.fiddler2.com/fiddler2/</a>) and Firebug (<a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a>). There are plugins for different Browsers from this tools.</p>
<p>Regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Fri, 19 Feb 2010 00:11:27 +0200</pubDate>
        </item>
        <item>
        	<title>merchant on Pagination, Search does not work. Please help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14945</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14945</guid>
        	        	<description><![CDATA[<p>Thanks for the response, is there a way I can find what URL is being called in order to debug.&#160;</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 23:50:35 +0200</pubDate>
        </item>
        <item>
        	<title>OlegK on Pagination, Search does not work. Please help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14943</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14943</guid>
        	        	<description><![CDATA[<p>Hi!</p>
</p>
<p>jqGrid automatically append Url from "url" option of jqGrid with additional parameters "page", "rows", "sidx", "sord" and sometimes more depend on the context, so the request to server looks like myurl.php?page=1&#38;rows=10&#38;sidx=myindex&#38;sord=asc (where myurl.php is like "fundreports/TransmittedLoan.action" in your case). Your server should of cause send back corresponding data based on this additional parameters. Searching of data works in the same way.</p>
<p>For more information read /jqgridwiki and example of PHP server code on /jqgridwiki/doku.php?id=wiki:first_grid).</p>
</p>
<p>Best regards<br />Oleg</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 23:20:58 +0200</pubDate>
        </item>
        <item>
        	<title>merchant on Pagination, Search does not work. Please help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14942</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14942</guid>
        	        	<description><![CDATA[<p>Is the pagination suppose to work automagically or do I have to add an event for each of the first, next, last, previous buttons and provide a url that will submit a form and fetch the data.&#160;</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 22:08:55 +0200</pubDate>
        </item>
        <item>
        	<title>merchant on Pagination, Search does not work. Please help</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14941</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/pagination-search-does-not-work-please-help#p14941</guid>
        	        	<description><![CDATA[<p>I am trying to display jqgrid using json string. None of the pagination button works, Search does not work.&#160;</p>
<p>Nothing happens when i click on the search or next buttons. How does server side pagination work on jqgrid, Is it possible to do client side pagination and search. I am using Struts2 to do this.</p>
</p>
<p>&#60;script src="&#60;s:url value="/script/jquery/ui/ui.core.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;&#60;script src="&#60;s:url value="/script/jquery/ui/jquery-ui-1.7.2.custom.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;&#60;script src="&#60;s:url value="/script/jquery/jqgrid/jquery.jqGrid.min.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;&#60;script src="&#60;s:url value="/script/jquery/i18n/grid.locale-en.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;&#60;script src="&#60;s:url value="/script/jquery/datepicker/jquery.ui.datepicker.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;&#60;script src="&#60;s:url value="/script/jquery/jquery-1.3.2.min.js"/&#62;" type="text/javascript"&#62;&#60;/script&#62;</p>
</p>
<p>$(document).ready(function(){</p>
<p>$("body").css("font-size", "10px");</p>
</p>
<p>initJQGridPage();</p>
<p>$("#list").setGridHeight(320,true);</p>
<p>});</p>
</p>
<p>function initJQGridPage() {</p>
<p>var transmittedLoanJsonStr=jQuery("#transmittedReportJSONData").attr(&#39;value&#39;);</p>
</p>
<p>jQuery("#list").jqGrid({</p>
<p>url:&#39;&#60;s:url value="fundreports/TransmittedLoan.action?currPage=%{currPage+1}"/&#62;&#39;,</p>
<p>datatype: &#39;jsonstring&#39;,</p>
<p>datastr:transmittedLoanJsonStr,</p>
<p>colNames:[&#39;First Name&#39;, &#39;Last Name&#39;,&#39;Grade Level&#39;,&#39;Academic Period&#39;],</p>
<p>colModel :[</p>
<p>{name:&#39;First Name&#39;, index:&#39;FirstName&#39;, width:80},</p>
<p>{name:&#39;Last Name&#39;, index:&#39;LastName&#39;, width:80},</p>
<p>{name:&#39;Grade Level&#39;, index:&#39;GradeLevel&#39;, width:100, sortable:false},</p>
<p>{name:&#39;Academic Period&#39;, index:&#39;AcademicPeriod&#39;, width:100, sortable:false},</p>
<p>],</p>
<p>rowNum:10,</p>
<p>rowList:[10,20,30,40,50],</p>
<p>pager: &#39;#pager&#39;,</p>
<p>sortname: &#39;FirstName&#39;,</p>
<p>viewrecords: true,</p>
<p>sortorder: &#39;asc&#39;,</p>
<p>caption: &#39;Reports&#39;</p>
<p>});</p>
<p>//jQuery("#list").navGrid("#pager",{refresh: false, edit: false, add: false, del: false, search: true})</p>
<p>}</p>
]]></description>
        	        	<pubDate>Thu, 18 Feb 2010 20:37:56 +0200</pubDate>
        </item>
</channel>
</rss>