<?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 box UI</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/search-box-ui</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-box-ui/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>corb on search box UI</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/search-box-ui#p12394</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/search-box-ui#p12394</guid>
        	        	<description><![CDATA[<p>Is there a way to set the button in the search UI to a custom css class? I&#39;ve seen the buttonclass property, but I don&#39;t think that applies to the basic search ui. I have other buttons on my page and would like for them to match what&#39;s in my grid and viceversa. Is there a way to do this? What I have doesn&#39;t seem to do the job.</p>
</p>
<p>$("#tblFiles").jqGrid({ <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; url:&#39;/processors/?fx=gt&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; datatype: "json", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colNames:[&#39;Name&#39;, &#39;Type&#39;, &#39;Expires&#39;,&#39;Notes&#39;], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; colModel:[ {name:&#39;Name&#39;,index:&#39;Name&#39;, width:125, sortable:true, searchoptions: {<span style="color: #3366ff;"><strong>buttonclass:&#39;button small&#39;</strong></span>, sopt:["eq", "bw", "cn", "ew"]}}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;Type&#39;,index:&#39;Type&#39;, width:30, align:"center", sortable:false, formatter:typeFormatter, search: false}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;ExpDate&#39;,index:&#39;ExpDate&#39;, width:40, align:"center", sortable:true, search: false}, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; {name:&#39;Notes&#39;,index:&#39;Notes&#39;, width:200, sortable:true, search: false}], <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; rowNum:10,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; scrollOffset: 0,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; multiselect: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; hidegrid: false,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; altRows: false, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; autowidth: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pager: $(&#39;#filePager&#39;), <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortname: &#39;ExpDate&#39;, <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; viewrecords: true,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; emptyrecord: "You have no files available.", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; sortorder: "asc", <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; caption:"My Files",<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; height: gridHeight,<br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; pginput: true<br />&#160;&#160;&#160;&#160;&#160; });<br />&#160;&#160;&#160;&#160;&#160; $(&#39;#tblFiles&#39;).jqGrid(&#39;navGrid&#39;,&#39;#filePager&#39;,{edit:false,add:false,del:false,search:true});</p>
]]></description>
        	        	<pubDate>Tue, 24 Nov 2009 11:42:49 +0200</pubDate>
        </item>
</channel>
</rss>