<?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 Javscript Objects</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects</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/search-javscript-objects/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>thor1982 on Search Javscript Objects</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25267</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25267</guid>
        	        	<description><![CDATA[<div>
<p>Thanks for the help Tony...</p>
</p>
<p>I don&#39;t know why I didn&#39;t think of that. I think it confused me because&#160;right now I am letting it parse it...s o I setup my model and it parses everythign correct grabbing the object (so I didn&#39;t think of setting the index as&#160;Employees.FirstName).</p>
</p>
<p>But it worked like a charm.</p>
</p>
<p>Thanks a lot!!!</p>
</div>
]]></description>
        	        	<pubDate>Tue, 29 Nov 2011 23:37:46 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Search Javscript Objects</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25221</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25221</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>How is your object constructed.</p>
<p>The below is not tested, but maybe if you define the index property in appropriate way it should work.</p>
</p>
<p>Suppose you object is myobject : { FirstName: &#8230;, }, then the index in colModel can look like this</p>
<p>colModel :[</p>
<p>{ ... index: myobject.FirstName ... }</p>
<p>...</p>
<p>]</p>
</p>
<p>Regards</p></p>
]]></description>
        	        	<pubDate>Wed, 23 Nov 2011 08:49:10 +0200</pubDate>
        </item>
        <item>
        	<title>thor1982 on Search Javscript Objects</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25202</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-javscript-objects#p25202</guid>
        	        	<description><![CDATA[<p>I am passing objects to my grid and using a formatter to display it correctly. The whole grid is running locally so the search should be running through javascript.</p>
</p>
<p>For instance I pass in&#160;</p>
<p>EmployeeID, FirstName, LastName, Job, etc and use that to create the first column of my table.</p>
</p>
<p>The problem I have is when I search... the only thing that it finds is "object" not the fields. How can I write a custom search function so it only searchs FirstName or LastName.</p>
</p>
<p>Thanks</p>
]]></description>
        	        	<pubDate>Mon, 21 Nov 2011 23:33:29 +0200</pubDate>
        </item>
</channel>
</rss>