<?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: Search is not working in jqgrid</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid</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/bugs/search-is-not-working-in-jqgrid/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Gaurav on Search is not working in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13637</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13637</guid>
        	        	<description><![CDATA[<p>Thank you vary much..<img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /><img class="spSmiley" style="margin:0" title="Laugh" src="/blog/wp-content/forum-smileys/sf-laugh.gif" alt="Laugh" /></p>
]]></description>
        	        	<pubDate>Thu, 07 Jan 2010 13:08:28 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Search is not working in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13580</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13580</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>When you use jsonstring, then the datatype is automatically converted to local after reading the string.</p>
<p>As you know we do not support local searching in this release.</p>
<p>This feature is planed for next releases</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Wed, 06 Jan 2010 08:35:02 +0200</pubDate>
        </item>
        <item>
        	<title>Gaurav on Search is not working in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13550</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13550</guid>
        	        	<description><![CDATA[<p>Hi Tony,</p>
<p>Thanks alot for the reply can you please help me out i am stuck in it for last 1 week</p>
</p>
<p>this is my code in which&#160;sorting works fine, but i need to implement integrated&#160;toolbar searching (jqgrid 3.5)&#160;can&#160;you please suggest, currently i am using Jsonstring as my datatype</p>
<p>Thanks in advance:</p>
</p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">jQuery(document).ready(<span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: darkgreen;">// debugger</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: blue;">var</span> mystr =</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"total: &#39;1&#39;,"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"page: &#39;1&#39;,"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"records: &#39;5&#39;,"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"rows : ["</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{id:&#39;1&#39;, cell:[&#39;cell11&#39;,&#39;cell12&#39;,&#39;cell13&#39;]},"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{id:&#39;2&#39;, cell:[&#39;cell21&#39;,&#39;cell22&#39;,&#39;cell23&#39;]},"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{id:&#39;3&#39;, cell:[&#39;cell31&#39;,&#39;cell32&#39;,&#39;cell33&#39;]},"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{id:&#39;4&#39;, cell:[&#39;cell41&#39;,&#39;cell42&#39;,&#39;cell43&#39;]},"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"{id:&#39;5&#39;, cell:[&#39;cell51&#39;,&#39;cell52&#39;,&#39;cell53&#39;]}"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"]"</span> +</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: maroon;">"}"</span>;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: blue;">var</span> mygrid = jQuery(<span style="color: maroon;">"#list"</span>).jqGrid({</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: <span style="color: maroon;">&#39;JsonDS.aspx&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; ContentType: <span style="color: maroon;">&#39;application/json&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: <span style="color: maroon;">&#39;jsonstring&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; datastr: mystr,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; jsonReader : { root: <span style="color: maroon;">"rows"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; page: <span style="color: maroon;">"page"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; total: <span style="color: maroon;">"total"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; records: <span style="color: maroon;">"records"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; repeatitems: <span style="color: blue;">true</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; cell: <span style="color: maroon;">"cell"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; id: <span style="color: maroon;">"[id]"</span>, </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; subgrid: { root:<span style="color: maroon;">"rows"</span>, repeatitems: <span style="color: blue;">true</span>, cell:<span style="color: maroon;">"cell"</span> } </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; },</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 990,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [<span style="color: maroon;">&#39;Col 1&#39;</span>, <span style="color: maroon;">&#39;Col 2&#39;</span>, <span style="color: maroon;">&#39;Col 3&#39;</span>],</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [{ name: <span style="color: maroon;">&#39;uno&#39;</span>, jsonmap:<span style="color: maroon;">&#39;id&#39;</span>},</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: <span style="color: maroon;">&#39;dos&#39;</span> },</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { name: <span style="color: maroon;">&#39;tres&#39;</span>}],</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: <span style="color: maroon;">"POST"</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [10, 20, 30],</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: <span style="color: maroon;">&#39;#pager&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: <span style="color: maroon;">&#39;id&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: <span style="color: blue;">true</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: <span style="color: blue;">true</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; &#160;&#160;&#160;&#160;sortorder: <span style="color: maroon;">"desc"</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: <span style="color: blue;">true</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: <span style="color: maroon;">"Toolbar Search Example"</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;navGrid&#39;</span>, <span style="color: maroon;">&#39;#pager&#39;</span>, { edit: <span style="color: blue;">false</span>, add: <span style="color: blue;">false</span>, del: <span style="color: blue;">false</span>, search: <span style="color: blue;">true</span>, refresh: <span style="color: blue;">false</span> });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;navButtonAdd&#39;</span>, <span style="color: maroon;">"#pager"</span>, { caption: <span style="color: maroon;">"Toggle"</span>, title: <span style="color: maroon;">"Toggle Search Toolbar"</span>, buttonicon: <span style="color: maroon;">&#39;ui-icon-pin-s&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: <span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mygrid[0].toggleToolbar();</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;navButtonAdd&#39;</span>, <span style="color: maroon;">"#pager"</span>, { caption: <span style="color: maroon;">"Clear"</span>, title: <span style="color: maroon;">"Clear Search"</span>, buttonicon: <span style="color: maroon;">&#39;ui-icon-refresh&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: <span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mygrid[0].clearToolbar();</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: darkgreen;">// Filtertoolbar</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;navButtonAdd&#39;</span>, <span style="color: maroon;">"#pager"</span>, { caption: <span style="color: maroon;">"Search"</span>, title: <span style="color: maroon;">"Search"</span>, buttonicon: <span style="color: maroon;">&#39;ui-icon-search&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: <span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mygrid[0].triggerToolbar();</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; }</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: darkgreen;">//mygrid.filterToolbar();</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;filterToolbar&#39;</span>);</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: darkgreen;">//jqGrid.triggerToolbar();</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160; &#160;<span style="color: darkgreen;">// FilterGrid</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; $(<span style="color: maroon;">"#search"</span>).filterGrid(<span style="color: maroon;">"#list"</span>, {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridModel: <span style="color: blue;">false</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; filterModel: [{</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; label: <span style="color: maroon;">&#39;Search&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; name: <span style="color: maroon;">&#39;search&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; stype: <span style="color: maroon;">&#39;text&#39;</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; } ]</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; <span style="color: darkgreen;">//SearchGrid</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; $(<span style="color: maroon;">"#bsdata"</span>).click(<span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery(<span style="color: maroon;">"#list"</span>).jqGrid(<span style="color: maroon;">&#39;searchGrid&#39;</span>,</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; { sopt: [<span style="color: maroon;">&#39;cn&#39;</span>, <span style="color: maroon;">&#39;bw&#39;</span>, <span style="color: maroon;">&#39;eq&#39;</span>, <span style="color: maroon;">&#39;ne&#39;</span>, <span style="color: maroon;">&#39;lt&#39;</span>, <span style="color: maroon;">&#39;gt&#39;</span>, <span style="color: maroon;">&#39;ew&#39;</span>] }</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160;&#160;&#160;&#160; );</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; $(<span style="color: maroon;">"#did"</span>).click(<span style="color: blue;">function</span> () {</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;&#160;&#160; });</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">&#160;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Consolas; font-size: 9.5pt;">});&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: Calibri; font-size: small;">&#160;</span></p>
]]></description>
        	        	<pubDate>Mon, 04 Jan 2010 08:03:15 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Search is not working in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13508</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13508</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>jqGrid does not have nothing to do with the server side code.</p>
<p>Instead that I do not understand ASP, I do not see a code where you accept the parameters posted from grid and then perform the search based on these parametrs and return the appropriate result.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sun, 03 Jan 2010 13:05:30 +0200</pubDate>
        </item>
        <item>
        	<title>Gaurav on Search is not working in jqgrid</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13457</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/search-is-not-working-in-jqgrid#p13457</guid>
        	        	<description><![CDATA[<p>Hello Sir,</p>
<p>I am implementing jqgrid in my project.I have fetched the record via JSON and data is showing in the grid.</p>
<p>But Searching and Sorting is not working.</p>
<p>Please give me suggestions about the prerequisites required for searching.</p>
<p>Also point out the&#160;mistakes in the code.</p>
<p>Please reply asap.</p>
<p>This is my code.</p>
</p>
<p><strong><span style="text-decoration: underline;">HTML code:</span></strong></p>
</p>
<p>&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;</p>
<p>&#60;html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"&#62;<br />&#60;head&#62;<br />&#160;&#160;&#160; &#60;title&#62;&#60;/title&#62;<br />&#160;&#160;&#160; &#60;style type="text/css"&#62;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; #abc<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; background:red;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; border:width:100px;<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; &#60;/style&#62;<br />&#160;&#160;&#160;&#160;&#60;link href="jquery.jqGrid-3.6.1/css/ui.jqgrid.css" media="screen" rel="stylesheet" type="text/css" /&#62;<br />&#160;&#160;&#160; &#60;link href="jquery.jqGrid-3.6.1/src/css/ui.jqgrid.css" media="screen" rel="stylesheet" type="text/css" /&#62;<br />&#160;&#160;&#160; &#60;link href="jquery.jqGrid-3.6.1/src/css/ui.multiselect.css" media="screen" rel="stylesheet" type="text/css" /&#62;<br />&#160;&#160;&#160; &#60;link href="jquery.jqGrid-3.6.1/src/css/jquery.searchFilter.css" media="screen" rel="stylesheet" type="text/css" /&#62;<br />&#160;&#160;&#160; &#60;link href="Scripts/jquery-ui-1.7.1.custom.css" rel="stylesheet" media="screen" type="text/css" /&#62;<br />&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;script src="jquery.jqGrid-3.6.1/js/jquery-1.3.2.min.js" type="text/javascript"&#62;&#60;/script&#62;&#160;&#160;&#160; <br />&#160;&#160;&#160; &#60;script src="Scripts/jquery-ui-1.7.1.custom.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="jquery.jqGrid-3.6.1/src/i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="jquery.jqGrid-3.6.1/js/i18n/grid.locale-en.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;!--&#60;script src="jquery.jqGrid-3.6.1/src/grid.loader.js" type="text/javascript"&#62;&#60;/script&#62;--&#62;<br />&#160;&#160;&#160; &#60;script src="jquery.jqGrid-3.6.1/js/jquery.jqGrid.min.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#160;&#160;&#160; &#60;script src="jquery.jqGrid-3.6.1/src/jquery.searchFilter.js" type="text/javascript"&#62;&#60;/script&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;table id="list"&#62;&#60;/table&#62;<br />&#60;div id="pager"&#62;&#60;/div&#62;<br />&#60;div id="filter" style="margin-left:30%;display:none"&#62;Search Invoices&#60;/div&#62;<br />&#60;script src="jqgridjs.js" type="text/javascript"&#62; &#60;/script&#62;<br />&#60;input type="button" id="bsdata" value="Search"/&#62;</p>
<p>&#60;/body&#62;<br />&#60;/html&#62;</p>
<p><strong><span style="text-decoration: underline;">&#160;jqgridjs.js code:</span></strong></p>
<p>jQuery(document).ready(function () {<br />&#160;&#160;&#160;</p>
<p>&#160;&#160;&#160; var mygrid = jQuery("#list").jqGrid({<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; url: &#39;JsonDS.aspx&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ContentType: &#39;application/json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: &#39;json&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; width: 990,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames: [&#39;Inv No&#39;, &#39;Date&#39;, &#39;Client&#39;, &#39;Amount&#39;, &#39;Tax&#39;, &#39;Total&#39;, &#39;Notes&#39;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel: [<br />&#160;&#160; &#160;&#160;{ name: &#39;id&#39;, index: &#39;id&#39;, width: 65},<br />&#160;&#160; &#160;&#160;{ name: &#39;invdate&#39;, index: &#39;invdate&#39;, width: 90, searchoptions: { dataInit: function (el) { $(el).datepicker({ dateFormat: &#39;yy-mm-dd&#39; }); } }},<br />&#160;&#160; &#160;&#160;{ name: &#39;name&#39;, index: &#39;name&#39;, width: 100},<br />&#160;&#160; &#160;&#160;{ name: &#39;amount&#39;, index: &#39;amount&#39;, width: 80, align: "right"},<br />&#160;&#160; &#160;&#160;{ name: &#39;tax&#39;, index: &#39;tax&#39;, width: 80, align: "right", stype: &#39;select&#39;, editoptions: { value: ":All;0.00:0.00;12:12.00;20:20.00;40:40.00;60:60.00;120:120.00" }},<br />&#160;&#160; &#160;&#160;{ name: &#39;total&#39;, index: &#39;total&#39;, width: 80, align: "right"},<br />&#160;&#160; &#160;&#160;{ name: &#39;note&#39;, index: &#39;note&#39;, width: 150}<br />&#160;&#160; &#160;],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum: 10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; mtype: "POST",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowList: [10, 20, 30],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: &#39;#pager&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;id&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; rownumbers: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "desc",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; toolbar: [true, "top"],<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; gridview: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption: "Toolbar Search Example"<br />&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navGrid&#39;, &#39;#pager&#39;, { edit: false, add: false, del: false, search: false, refresh: false });<br />&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navButtonAdd&#39;, "#pager", { caption: "Toggle", title: "Toggle Search Toolbar", buttonicon: &#39;ui-icon-pin-s&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mygrid[0].toggleToolbar();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; });<br />&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;navButtonAdd&#39;, "#pager", { caption: "Clear", title: "Clear Search", buttonicon: &#39;ui-icon-refresh&#39;,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; onClickButton: function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; mygrid[0].clearToolbar();<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; }<br />&#160;&#160;&#160; });</p>
<p>&#160;&#160;&#160; // Filtertoolbar<br />&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;filterToolbar&#39;);</p>
<p>&#160;&#160;&#160;&#160; mygrid[0].triggerToolbar();<br />&#160;&#160;&#160;&#160;&#160;<br />&#160;&#160;&#160;</p>
<p>&#160;&#160;&#160; //SearchGrid<br />&#160;&#160;&#160; $("#bsdata").click(function () {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; jQuery("#list").jqGrid(&#39;searchGrid&#39;,<br />&#160;&#160;{ sopt: [&#39;cn&#39;, &#39;bw&#39;, &#39;eq&#39;, &#39;ne&#39;, &#39;lt&#39;, &#39;gt&#39;, &#39;ew&#39;] }<br />&#160;);<br />&#160;&#160;&#160; });</p>
<p>});&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</p>
</p>
<p><strong><span style="text-decoration: underline;">JsonDS.aspx.cs code</span></strong></p>
<p>using System;<br />using System.Collections.Generic;<br />using System.Linq;<br />using System.Web;<br />using System.Web.UI;<br />using System.Web.UI.WebControls;<br />using System.Web.Script.Serialization;</p>
<p>public partial class JsonDS : System.Web.UI.Page<br />{<br />&#160;&#160;&#160; protected void Page_Load(object sender, EventArgs e)<br />&#160;&#160;&#160; {<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; var js = "{"+<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "total: &#39;2&#39;," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "page: &#39;1&#39;," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "records: &#39;1&#39;," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "rows:[" +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;10&#39;, cell:[ &#39;1&#39;, &#39;2007-10-06&#39;, &#39;client1&#39;, &#39;9000.00&#39;,&#39;140.00&#39;,&#39;840&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;9&#39;, cell:[ &#39;2&#39;, &#39;2009-12-09&#39;, &#39;client2&#39;, &#39;85000.00&#39;,&#39;150.00&#39;,&#39;980&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;8&#39;, cell:[ &#39;3&#39;, &#39;2008-12-12&#39;, &#39;client3&#39;, &#39;4500.00&#39;,&#39;160.00&#39;,&#39;350&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;7&#39;, cell:[ &#39;4&#39;, &#39;2001-06-05&#39;, &#39;client4&#39;, &#39;9000.00&#39;,&#39;170.00&#39;,&#39;880&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;6&#39;, cell:[ &#39;5&#39;, &#39;2007-10-10&#39;, &#39;client5&#39;, &#39;7000.00&#39;,&#39;180.00&#39;,&#39;860&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;5&#39;, cell:[ &#39;6&#39;, &#39;2007-11-23&#39;, &#39;client6&#39;, &#39;6000.00&#39;,&#39;190.00&#39;,&#39;540&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;4&#39;, cell:[ &#39;7&#39;, &#39;2002-19-24&#39;, &#39;client7&#39;, &#39;5000.00&#39;,&#39;200.00&#39;,&#39;940&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;3&#39;, cell:[ &#39;8&#39;, &#39;2005-14-06&#39;, &#39;client8&#39;, &#39;8050.00&#39;,&#39;290.00&#39;,&#39;849&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;2&#39;, cell:[ &#39;9&#39;, &#39;2004-15-01&#39;, &#39;client9&#39;, &#39;8008.00&#39;,&#39;980.00&#39;,&#39;845&#39;, &#39;Comments&#39;]}," +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "{ id:&#39;1&#39;, cell:[ &#39;10&#39;, &#39;2007-12-06&#39;, &#39;client10&#39;, &#39;9000.00&#39;,&#39;145.00&#39;,&#39;940&#39;, &#39;Comments&#39;]}" +<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "]"+<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; "}";</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; Response.ContentType = "application/json";<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; Response.Write(js);<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />&#160;&#160;&#160; }<br />}</p>
]]></description>
        	        	<pubDate>Wed, 30 Dec 2009 16:10:50 +0200</pubDate>
        </item>
</channel>
</rss>