<?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 Search ToolBar</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar</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-search-toolbar/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>talonsblade on Bug In Search ToolBar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23264</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23264</guid>
        	        	<description><![CDATA[<p>sorry, i missed that part of the documentation.</p>
</p>
<p>thank you</p>
]]></description>
        	        	<pubDate>Fri, 20 May 2011 19:11:26 +0300</pubDate>
        </item>
        <item>
        	<title>tony on Bug In Search ToolBar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23246</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23246</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>As described into the documentation, the name and index properies in colModel can not contain spaces.</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Thu, 19 May 2011 16:33:43 +0300</pubDate>
        </item>
        <item>
        	<title>talonsblade on Bug In Search ToolBar</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23241</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-in-search-toolbar#p23241</guid>
        	        	<description><![CDATA[<p>I think there is a bug in the ToolBar Search.&#160; When you have an field index that contains a space you get an uncaught Exception error.&#160; in example&#160; here is my colModel</p>
<p>colModel:[<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;ID&#39;,index:&#39;ID&#39;, width:250, label:"ID",hidden:true,key:true},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;CertName&#39;,index:&#39;CertName&#39;, width:250, label:"Cert Name",search: true, searchoptions: { sopt: [&#39;cn&#39;,&#39;eq&#39;, &#39;bw&#39;, &#39;ew&#39; ]}},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;CertExpires&#39;,index:&#39;CertExpires&#39;, width:90, label:"Expires Date",formatter:&#160;ColorDateformatter, search:false},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;CertDate&#39;,index:&#39;CertDate&#39;, width:90, label:"Cert Date",formatter:"date", formatoptions:{srcformat: &#39;Y-m-d&#39;,newformat: &#39;m/d/Y&#39;},search:false},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;per Name&#39;,index:&#39;per Name&#39;, width:190, label:"Name",search: true, searchoptions: { sopt: [&#39;cn&#39;,&#39;eq&#39;, &#39;bw&#39;, &#39;ew&#39; ]}},<br />&#160;&#160;&#160;&#160;&#160; {name:&#39;LeadName&#39;,index:&#39;LeadName&#39;, width:170, label:"CrewLead",search: true, searchoptions: { sopt: [&#39;cn&#39;,&#39;eq&#39;, &#39;bw&#39;, &#39;ew&#39; ]}}<br />&#160;&#160;&#160;&#160;&#160; ],</p>
<p>and here is my toolbar&#160;</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; .jqGrid(&#39;filterToolbar&#39;,{stringResult:true})</p>
<p>When i try to search any field i get this error</p>
<p>&#160;&#160;&#160;&#160; "uncaught exception: Syntax error, unrecognized expression: [name=per Name]"</p>
<p>i only get this error on the search toolbar.&#160; i can use other forms of search and it works fine.&#160; changing the "per Name" index, and my data feed to "perName" corrects this error and the search works fine</p>
]]></description>
        	        	<pubDate>Wed, 18 May 2011 21:14:50 +0300</pubDate>
        </item>
</channel>
</rss>