<?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: Bug in filterToolbar v 4.0</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0</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/bug-in-filtertoolbar-v-4-0/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>SilverSurfer on Bug in filterToolbar v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23551</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23551</guid>
        	        	<description><![CDATA[<p>No prob.</p>
<p>And thank you, for fixing this issue so quickly <img class="spSmiley" style="margin:0" title="Smile" src="/blog/wp-content/forum-smileys/sf-smile.gif" alt="Smile" /></p>
</p>
<p>Silversurfer</p>
]]></description>
        	        	<pubDate>Fri, 10 Jun 2011 11:15:50 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Bug in filterToolbar v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23544</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23544</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for reporting this issue.</p>
<p>It is alredy fixed in GitHub.</p>
<p><a href="https://github.com/tonytomov/jqGrid/commit/434731c19989b034c0fb71ac5aafebefd320eb9a" rel="nofollow" target="_blank">https://github.com/tonytomov/jqGrid/commit/434731c19989b034c0fb71ac5aafebefd320eb9a</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 09 Jun 2011 19:06:04 +0300</pubDate>
        </item>
        <item>
        	<title>SilverSurfer on Bug in filterToolbar v 4.0</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23542</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-filtertoolbar-v-4-0#p23542</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>I think I found a bug in jqGrid v. 4.0 when using the filterToolbar.</p>
</p>
<p>The input IDs for the user input fields are created like&#160;&#160;&#160;</p>
<p>id="gs_<strong>&#60;column_name&#62;</strong>"</p>
</p>
<p>As soon as you hit &#60;enter&#62; in one of the input boxes of the filtertoolbar, the plugin is collecting all user-input-values in order to send it back to the server.</p>
<p>Problem here, the input elements are selected like&#160;</p>
</p>
<p>&#8230;</p>
<p><strong>nm = this.index </strong>&#124;&#124; this.name;&#160;&#160;&#160;<strong>&#160;&#160;</strong> //&#160; notice the index property is picked first</p>
<p>&#8230;</p>
<p>$("#gs_"+$.jgrid.jqID(<strong>nm</strong>), $t.grid.hDiv).val();</p>
</p>
<p>&#8211;&#62; if you set up an index property in your colModel, the index will be used to find back the input element and not the unique name!!</p>
<p>The user inputs won&#39;t be found and are never posted back to the server.</p>
<p>BR,</p>
<p>SilverSurfer</p></p>
]]></description>
        	        	<pubDate>Thu, 09 Jun 2011 16:59:25 +0300</pubDate>
        </item>
</channel>
</rss>